JSPM

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

The sizeable mixin for interface components.

Package Exports

  • @vue-interface/sizeable
  • @vue-interface/sizeable/tailwindcss/safelist

Readme

Sizeable

A mixin that adds the size class to the component.

[[toc]]

Installation

NPM

npm i <%= pkg.name %> --save

Yarn

yard add <%= pkg.name %>

CDN

https://cdn.jsdelivr.net/npm/<%= pkg.name %>@<%= pkg.version %>/dist/ActivityIndicator.min.js

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