Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T09:55:45.000Z (8 months ago)
- Last Synced: 2024-03-16T03:54:47.765Z (8 months ago)
- Topics: component-library, design-system, vue, vuejs
- Language: MDX
- Homepage: https://comento.github.io/comento-ui/
- Size: 6.73 MB
- Stars: 28
- 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-uiyarn 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