gitlab-ui
gitlab-ui is a UI component library written in Vue.js.
See https://gitlab-org.gitlab.io/gitlab-ui/ for documentation.
Quick start
- Clone the project with
git clone git@gitlab.com:gitlab-org/gitlab-ui.git - Install yarn
- Run
yarn storybookto build and launch storybook to see the components in the browser - Open
http://localhost:9001/
Requirements
- Node
$ npm install @gitlab-org/gitlab-ui
Contributing guide
Please refer to CONTRIBUTING.md for details on how to add new components and contribute in general.