npm install csskit-formsimple css for forms.
```
npm i --save csskit-form
Or just grab the css.
If you installed with npm:
- In your main css file: @import "csskit-form";npm-rework main.css -o bundle.css
- Use sheetify or npm-rework-cli to bundle the css.
- Example using npm-rework-cli:
No need to apply any classes to you input fields for basic usage. If you want to change the size of the input fields you can use these optional classes:
- .small- optional.medium
- - optional.large
- - optional.full-width
- - optional – centers, makes button full width on mobile
Example:
```