DuckyHQ0 / morphui

A modern, open source React UI kit used for DuckyHQ projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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;.

About

A modern, open source React UI kit used for DuckyHQ projects.


Languages

Language:TypeScript 91.7%Language:CSS 4.5%Language:JavaScript 2.6%Language:HTML 1.1%