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.