1.1.1 • Published 5 years ago

@bnnvara/forms v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

###Forms

Forms allow users to enter text into a UI or select options in a UI.

Design & API Documentation

DEMO Forms

Patterns library

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.