UNPKG

decanter-react-forms

Version:
51 lines (31 loc) 1.78 kB
# [Decanter React Forms](https://github.com/SU-SWS/decanter-react-forms) [![NPM](https://img.shields.io/npm/v/decanter-react-forms.svg)](https://www.npmjs.com/package/decanter-react-forms) [![Code Style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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 [![WCAG Conformance 2.0 AA Badge](https://www.w3.org/WAI/wcag2AA-blue.png)](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)