dequelabs / cauldron

https://cauldron.dequelabs.com/
Mozilla Public License 2.0
88 stars 21 forks source link
a11y accessibility component-library components css design-system javascript react react-a11y react-accessibility reactjs typescript ui-components

cauldron

The deque pattern library

This monorepo contains the following packages:

It also contains the documentation/demo app (see docs/)

purpose

Friends don’t let friends ship inaccessible code! These accessible packages include everything from typography and colors to components like custom form controls. The design and interactions shown throughout this site are intended to show how Deque provides accessible experiences for the users of our products - through the use of common, accessible components like these.

usage

Cauldron React is an accessible React components library. Cauldron Styles contains accessible styling for those components and more.

contributing

See CONTRIBUTING.md

development

install dependencies

$ yarn

build (if first time building dev environment, must be run before yarn dev)

$ yarn build

dev

(watches/rebuilds react, styles, and docs)

$ yarn dev

navigate the browser to http://localhost:8003/

run tests

(runs all tests)

$ yarn test