edgar-ui
v0.8.0
Published
Edgar Vue.js components
Downloads
82
Readme
edgar-ui
A custom library for our Vue components based on Buefy.
Available components:
- ed-star-rating
- ed-button
- ed-input
- ed-loading
- ed-card
- ed-select
- ed-carousel
- ed-radio
- ed-switch
- ed-table / ed-table-column
- ed-datetimepicker
- ed-timepicker
- ed-checkbox
- All Bulma css classes to manage your layouts
The component colors are based on two css properties:
--ed-primary
--ed-text-on-primary
Install
yarn add edgar-ui
or
npm i -s edgar-ui
Import
import Vue from 'vue';
import EdgarUI from 'edgar-ui';
import 'edgar-ui/dist/edgar-ui.css';
Vue.use(EdgarUI);
Contribute
yarn install
Compiles and hot-reloads for development
You can see all the components with all their parameters:
yarn serve
Compiles, minifies and publish for npm repository
yarn build
npm publish --access public
Lints and fixes files
yarn lint