edgar-ui

0.8.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i edgar-ui

Weekly Downloads

32

Version

0.8.0

License

MIT

Unpacked Size

8.21 MB

Total Files

17

Last publish

Collaborators

  • sebastienbtr