decanter-react-forms

0.0.1-alpha.1 • Public • Published

Decanter React Forms

NPM Code Style

Changelog: CHANGELOG.md

Description

A React Component Library using Decanter React and React Hook Forms

Install

npm install --save decanter-react-forms

Usage

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. It is full of wonderful tools, markup, examples, and information about the components in this package.

Accessibility

WCAG Conformance 2.0 AA Badge

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.

Contributing

We encourage you to contribute to Decanter-React-Forms! Please check out the Contributing to Decanter React guide for guidelines about how to proceed.

License

GPL-3.0-or-later © [Stanford Web Services](https://github.com/Stanford Web Services)

Package Sidebar

Install

npm i decanter-react-forms

Weekly Downloads

0

Version

0.0.1-alpha.1

License

GPL-3.0-or-later

Unpacked Size

15.5 kB

Total Files

7

Last publish

Collaborators

  • stanfordwebservices