Overview
The Deque Pattern Library is a monorepo that contains the Cauldron Styles and Cauldron React packages. It also includes the documentation and demo app. The purpose of this library is to provide accessible packages, including typography, colors, and custom form controls, for creating accessible experiences in web development.
Features
- Accessible Components: The Cauldron React package provides a set of accessible React components for use in web development.
- Accessible Styling: The Cauldron Styles package includes accessible styling for the components and more.
- Monorepo Structure: The Deque Pattern Library is organized as a monorepo, making it easy to manage and maintain the different packages and the documentation/demo app.
Installation
To install the Deque Pattern Library, follow these steps:
Clone the repository:
git clone [repository-url]
Install dependencies:
yarn install
Build the development environment:
yarn build
Start the development server:
yarn dev
Open your browser and navigate to http://localhost:8003 to view the documentation and demo app.
Summary
The Deque Pattern Library is a collection of accessible packages for creating inclusive web experiences. It provides a set of accessible React components and corresponding accessible styling. The library is organized as a monorepo and includes documentation and a demo app for easy integration and usage.