2.2.0 • Published 8 months ago

@hixme-ui/label v2.2.0

Weekly downloads
2
License
MIT
Repository
-
Last release
8 months ago

Label

npm i --save @hixme-ui/label

View it live

Basic Usage

Use it anywhere you would use a form label. Label works with all the same props as Text. Customize your form label as needed.

import Label from '@hixme-ui/label'
import Input from '@hixme-ui/input'
import FormGroup from '@hixme-ui/form-group'

<form>
  <FormGroup>
    <Label>First name</Label>
    <Input name='firstname' />
  </FormGroup>
</form>

Use Label with FormGroup to get the proper spacing with Input, Select, and other form components.

2.2.0

8 months ago

2.1.0

2 years ago

2.0.0-alpha.13

2 years ago

2.0.0

2 years ago

3.0.2

4 years ago

2.0.0-alpha.12

4 years ago

2.0.0-alpha.7

4 years ago

2.0.0-alpha.8

4 years ago

2.0.0-alpha.9

4 years ago

2.0.0-alpha.11

4 years ago

2.0.0-alpha.3

4 years ago

2.0.0-alpha.10

4 years ago

2.0.0-alpha.4

4 years ago

2.0.0-alpha.5

4 years ago

2.0.0-alpha.6

4 years ago

2.0.0-alpha.2

4 years ago

1.20.5

5 years ago

1.20.7

5 years ago

1.20.4

6 years ago

1.20.2

6 years ago

1.20.1

7 years ago

2.0.0-alpha.0

7 years ago

1.20.0

7 years ago

1.19.2

7 years ago

1.17.2

7 years ago

1.17.1

7 years ago

1.16.1

7 years ago

1.15.0

7 years ago

1.14.5

7 years ago

1.14.4

7 years ago

1.14.3

7 years ago

1.14.2

7 years ago

1.14.1

7 years ago

1.14.0

7 years ago

1.13.1

7 years ago

1.12.0

7 years ago