Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Vue UI components used in Comento

Awesome Lists containing this project

README

        

# Comento UI

Vue UI components used in Comento


MIT



## 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