JSPM

  • Created
  • Published
  • Downloads 2024
  • Score
    100M100P100Q85219F
  • License MIT

An abstract form control Vue mixin.

Package Exports

  • @vue-interface/form-control
  • @vue-interface/form-control/css

Readme

Form Control

The form-control utility class is a flexible and customizable Tailwind CSS utility to style input and textarea elements.

Installation

pnpm i @vue-interface/form-control
yarn add @vue-interface/form-control
npm i @vue-interface/form-control
bun i @vue-interface/form-control

Basic Usage

<label for="control" class="form-label">Some Label</label>
<input type="text" id="control" class="form-control" />

For more comprehensive documentation and examples, please visit the online documentation.