JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q36777F
  • License ISC

The sizeable mixin for interface components.

Package Exports

  • @vue-interface/sizeable

Readme

Sizeable

A Vue mixin that adds the size class to the component.

Installation

NPM

npm i @vue-interface/sizeable

Yarn

yard add <%= pkg.name %>

Props

size

The size of the form control. Possible values: sm, md, lg.

@default 'md' @property String

Computed

sizeableClass

The sizeable classes with the appropriate prefix.

@return String