@hixme-ui/forms

2.1.0 • Public • Published

Forms

npm i --save @hixme-ui/forms

Forms provides an easy import for all HUI form category of components.

View it live

Usage

Using children options

import { Button, Label, FormGroup, Input }  from '@hixme-ui/forms'

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

  <Button>Submit</Button>
</form>

Package Sidebar

Install

npm i @hixme-ui/forms

Weekly Downloads

12

Version

2.1.0

License

MIT

Unpacked Size

6.5 kB

Total Files

6

Last publish

Collaborators

  • sureco-devops
  • sureco-engineering
  • dreamingbinary
  • billyxs