https://github.com/comento/comento-ui
Vue UI components used in Comento
https://github.com/comento/comento-ui
component-library design-system vue vuejs
Last synced: about 1 year ago
JSON representation
Vue UI components used in Comento
- Host: GitHub
- URL: https://github.com/comento/comento-ui
- Owner: comento
- Created: 2020-10-06T00:59:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T06:31:08.000Z (over 1 year ago)
- Last Synced: 2025-04-06T17:09:13.894Z (about 1 year ago)
- Topics: component-library, design-system, vue, vuejs
- Language: MDX
- Homepage: https://comento.github.io/comento-ui/
- Size: 7.23 MB
- Stars: 29
- Watchers: 2
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Comento UI
Vue UI components used in Comento
## Installation
```
npm install comento-ui
yarn add comento-ui
```
## How to use
```vue
import Vue from 'vue';
import ComentoUI from 'comento-ui';
import 'comento-ui/dist/comento-ui.css';
Vue.use(ComentoUI);
```
## Docs
[comento-ui storybook](https://comento.github.io/comento-ui/)
## License
MIT