# @frontile/forms

Component Library for Ember Octane apps: Forms

## Compatibility

- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- Node.js v10 or above

## Installation

```sh
ember install @frontile/forms
```

### Styles

```js
// tailwind.config.js

module.exports = {
  theme: {
    // ...
  },
  plugins: [require('@frontile/forms/tailwind')]
};
```

## Documentation

Visit [frontile.dev](https://frontile.dev/) to read the docs
and see live demos.

## License

This project is licensed under the [MIT License](LICENSE.md).
