@craydel/craydel-ui

1.0.15 • Public • Published

CraydelUI

Installation

Get the latest version by NPM:

$ npm i @craydel/craydel-ui

Usage

You can reference the UI styles and vuetify variables overrides globally in your nuxt.config.js

// Global CSS: https://go.nuxtjs.dev/config-css
css: [
  '@craydel/craydel-ui/craydel-ui.css'
],

// Vuetify module configuration: https://go.nuxtjs.dev/config-vuetify
vuetify: {
  customVariables: ['@craydel/craydel-ui/vuetify-variables.scss'],
  treeShake: true,
  theme: {
    light: true,
    themes: {
      light: {
        primary: '#1976D2',
        info: '#2F80ED',
        warning: '#EBBC2E',
        error: '#ED3A3A',
        success: '#33B469'
      }
    }
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @craydel/craydel-ui

Weekly Downloads

0

Version

1.0.15

License

MIT

Unpacked Size

30.8 kB

Total Files

5

Last publish

Collaborators

  • sayedwasim