A modern, open source React UI kit for DuckyHQ projects.
Figma design file with components, styles, and design documentation is here.
This project uses React, Storybook, Vite, and Tailwind. To run the Storybook your self, use pnpm storybook
. Components, stories, and Tailwind theming stuff are all in the src
directory.
This will soon be an npm module. Right now, you can copy the Tailwind files and components your self.
The spacing system is literal, so p-32
equals exactly 32 pixels: padding: 32px;
.