1.1.5 • Published 5 days ago

@igloo-ui/form-group v1.1.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 days ago

FormGroup

The FormGroup is a component that displays a label and an error message for a form input.

Installation

To install @igloo-ui/form-group in your project, you will need to run the following command using npm:

npm install @igloo-ui/form-group

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/form-group

Usage

Then to use the component in your code just import it!

import FormGroup from '@igloo-ui/form-group';
import Input from '@igloo-ui/input';

<FormGroup label="Name" message="This field is required" showMessage>
  <Input type="text" placeholder="John Doe" error />
</FormGroup>;
1.1.5

5 days ago

1.1.4

13 days ago

1.1.3

20 days ago

1.1.2

1 month ago

1.1.1

3 months ago

1.1.0

4 months ago

1.0.8

4 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

6 months ago

1.0.4

8 months ago

1.0.3

10 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

1 year ago

0.1.0

2 years ago

0.0.0

2 years ago