Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckyhq0/morphui
A modern, open source React UI kit used for DuckyHQ projects.
https://github.com/duckyhq0/morphui
react storybook ui-kit
Last synced: about 1 month ago
JSON representation
A modern, open source React UI kit used for DuckyHQ projects.
- Host: GitHub
- URL: https://github.com/duckyhq0/morphui
- Owner: DuckyHQ0
- Created: 2023-12-29T22:15:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T17:54:21.000Z (5 months ago)
- Last Synced: 2024-07-30T05:57:23.635Z (5 months ago)
- Topics: react, storybook, ui-kit
- Language: TypeScript
- Homepage:
- Size: 2.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MorphUI
## v0.3-beta
A modern, open source React UI kit for DuckyHQ projects.
Figma design file with components, styles, and design documentation is [here](https://www.figma.com/community/file/1322693203140901897/morphui-wip).
### Project
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.
### Installation
This will soon be an npm module. Right now, you can copy the Tailwind files and components your self.
### Tailwind Info
The spacing system is literal, so `p-32` equals exactly 32 pixels: `padding: 32px;`.