@rocket.chat/fuselage-forms
v0.1.1
Published
A set of component wrappers to provide ease of use and accessibility out-of-box.
Maintainers
Keywords
Readme
@rocket.chat/fuselage-forms
A set of component wrappers to provide ease of use and accessibility out-of-box.
Install
Firstly, install the peer dependencies (prerequisites):
npm i @rocket.chat/fuselage @rocket.chat/fuselage-hooks react react-dom
# or, if you are using yarn:
yarn add @rocket.chat/fuselage @rocket.chat/fuselage-hooks react react-domAdd @rocket.chat/fuselage-forms as a dependency:
npm i @rocket.chat/fuselage-forms
# or, if you are using yarn:
yarn add @rocket.chat/fuselage-formsContributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues.
Building
As this package dependends on others in this monorepo, before anything run the following at the root directory:
yarn buildLinting
To ensure the source is matching our coding style, we perform linting. Before commiting, check if your code fits our style by running:
yarn lintSome linter warnings and errors can be automatically fixed:
yarn lint-and-fixRunning tests
Whenever possible, add tests to describe exactly what your code do. You can run them by yourself:
yarn test