decanter-react-forms
Version:
Decanter Extensible React Forms Library
51 lines (31 loc) • 1.78 kB
Markdown
# [Decanter React Forms](https://github.com/SU-SWS/decanter-react-forms)
[](https://www.npmjs.com/package/decanter-react-forms)
[](https://github.com/prettier/prettier)
Changelog: [CHANGELOG.md](CHANGELOG.md)
## Description
A React Component Library using Decanter React and React Hook Forms
## Install
```bash
npm install --save decanter-react-forms
```
## Usage
```jsx
import React, { Component } from "react";
import { MyComponent } from "decanter-react-forms";
import "decanter/dist/decanter.css";
class Example extends Component {
render() {
return <MyComponent />;
}
}
```
## Demo and Documentation
Please see our storybook build website at [Decanter React Forms - Stoybook](https://decanter-react-forms.netlify.app). It is full of wonderful tools, markup, examples, and information about the components in this package.
## Accessibility
[](https://www.w3.org/TR/WCAG20/)
Evaluation Date: 2020-05-14
This project conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: [https://ucomm.stanford.edu/policies/accessibility-policy.html](https://ucomm.stanford.edu/policies/accessibility-policy.html).
## Contributing
We encourage you to contribute to Decanter-React-Forms! Please check out the Contributing to [Decanter React guide](https://github.com/SU-SWS/decanter-react-forms/blob/main/CONTRIBUTING.md) for guidelines about how to proceed.
## License
GPL-3.0-or-later © [Stanford Web Services](https://github.com/Stanford Web Services)