The deque pattern library
This monorepo contains the following packages:
- cauldron-styles (
packages/styles
) - cauldron-react (
packages/react
)
It also contains the documentation/demo app (see docs/
)
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.
Cauldron React is an accessible React components library. Cauldron Styles contains accessible styling for those components and more.
See CONTRIBUTING.md
$ yarn
$ yarn build
(watches/rebuilds react, styles, and docs)
$ yarn dev
navigate the browser to http://localhost:8003/
(runs all tests)
$ yarn test