0.8.0 • Published 3 years ago

edgar-ui v0.8.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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
0.8.0

3 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.3

4 years ago

0.6.2

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago