@bnnvara/forms
v1.1.1
Published
Form components for BNNVARA
Downloads
23
Readme
###Forms
Forms allow users to enter text into a UI or select options in a UI.
Design & API Documentation
Installation
npm install @bnnvara/forms --save
Basic Usage
import Input from '@bnnvara/forms';
HTML Structure
<Textarea / >
Variants
#Input
A styled user input field.
Select
A styled user input selection form.
#Textarea
A styled textarea for user input.