GITS UI is now Morpheme UI. Check out migration guide here.
Morpheme UI (previously known as GITS UI) - A free and open-source Vue UI Library based on Morpheme Design System.
- 馃捇 Built with Vue 3
- 馃帹 Tailwind CSS
- 馃拵 Includes Iconify Vue for customizable icon support
- 馃摝 Offers a first-party Nuxt 3 module for easy integration into Nuxt projects
- 馃殌 Provides TypeScript support by default
- 馃帹 Allows for customization with CSS properties
- 馃攲 Modular design: allows for use as a complete UI framework or as individual plugins
- 馃彿 Headless component by default
- 馃帹 Dark mode: ships with dark mode styles out-of-the-box
- 馃寛 Theming support: create your own custom theme easily
Detailed documentation can be found here.
Checkout starter of Morpheme UI in the starter directory.
To set up Morpheme UI for development:
-
Install lerna and yarn globally:
npm i -g lerna yarn
-
Bootstap all packages:
lerna bootstrap -
Build all packages:
lerna run build -
Run storybook:
yarn dev
To run the documentation locally:
cd docs
yarn dev
To build the documentation for production:
cd docs
yarn build
Morpheme UI is licensed under the MIT license.