Package Exports
- @vue-interface/sizeable
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vue-interface/sizeable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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