1.0.9 • Published 4 years ago

vue-cli-plugin-vuetify-preset-resman-b2b v1.0.9

Weekly downloads
149
License
-
Repository
-
Last release
4 years ago

vue-cli-plugin-vuetify-preset-resman-b2b

ResMan's B2B vuetify preset. This preset sets the theme colors and changes the styling and functionality form components to match the ResMan B2B style guide.

Prerequisites

  • Vuetify (vue-cli-plugin-vuetify)

Installation

With Vue UI

  1. Add the vue-cli-plugin-vuetify plugin to your Vue project
  2. Add this vue-cli-plugin-vuetify-preset-resman-b2b plugin to your Vue project

With vue cli

  1. vue add vue-cli-plugin-vuetify
  2. vue add vue-cli-plugin-vuetify-preset-resman-b2b

Usage

The theme colors and some styling will automatically be setup for you. The following form components have been wrapped and their wrappers should be used in place of the Vuetify component. Most props/events/slots are passed through to the Vuetify component, with a few exceptions to keep styling and functionality compliant with the B2B style guide.

Vuetify ComponentWrapperNotes
v-text-fieldr-text-field
v-autocompleter-autocompleteThis should be used in all dropdown cases; do not use v-select
v-textarear-textarea
v-file-inputr-file-input
v-date-pickerr-date-pickerv-date-picker may still be used in situations where the date picker calendar should always be visible rather than actived through a text field
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago