Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 700 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 700 Bytes

Comento UI

Vue UI components used in Comento

MIT

Installation

npm install comento-ui

yarn add comento-ui

How to use

import Vue from 'vue';
import ComentoUI from 'comento-ui';
import 'comento-ui/dist/comento-ui.css';

Vue.use(ComentoUI);

Docs

comento-ui storybook

License

MIT