@deque/cauldron-styles

deque cauldron pattern library styles

Usage no npm install needed!

<script type="module">
  import dequeCauldronStyles from 'https://cdn.skypack.dev/@deque/cauldron-styles';
</script>

README

cauldron

The deque pattern library

This monorepo contains the following packages:

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

development

install dependencies

$ yarn

dev

(watches/rebuilds react, styles, and docs)

$ yarn dev

navigate browser to http://localhost:8000

build

$ yarn build

run tests

(runs all tests)

$ yarn test