1.1.64 • Published 9 years ago

@vivintsolar-oss/web-vs-input v1.1.64

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

@vivintsolar-oss/web-vs-input

npm install @vivintsolar-oss/web-vs-input
// or
// yarn add @vivintsolar-oss/web-vs-input

VSInput

Our input field adds some useful state changes along with keeping the look and feel consistent across multiple web apps.

import VSInput from '@vivintsolar-oss/web-vs-input';

  <VSInput
    label="First Name"
    error={ this.state.error }
    reference={ (input) => {
      this.firstNameInput = input;
    } }
  />

Properties

NameDefaultTypeDescription
referencefunctionRef function used to hoist state
labellabelstringThe text for your label
errornullstringThe error message displayed
disablefalsebooleanShows boolean state
activefalsebooleanShows active state
darkbooleanIf being used on a dark background
1.1.64

9 years ago

1.1.63

9 years ago

1.1.61

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago