GITS UI is the official UI Component Library in GITS Indonesia built with Vue 3 and Tailwind CSS.
Documentation is located here.
Checkout examples:
-
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
Running docs:
yarn docs:dev
Build docs:
yarn docs:build
MIT