cauldron
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/)
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
$ pnpm install
build (if first time building dev environment, must be run before pnpm dev)
$ pnpm build
dev
(watches/rebuilds react, styles, and docs)
$ pnpm dev
navigate the browser to http://localhost:8003/
run tests
(runs all tests)
$ pnpm test