Compound is the work-in-progress design system for the Element applications.
This repository contains all the public documentation for Compound.
- 🎨 Compound design tokens – All tokens packaged for platforms to use
- 📱 Compound iOS – iOS components library
- 🤖 Compound Android – Android components library
- 🌐 Compound Web – Web components library
This project is using Storybook to document the design system. It gets automatically deployed when a new commit is pushed to the main branch. To develop locally, you will need node and yarn.
Once installed, run the following command at the root of this project
yarn && yarn storybook
The core team uses this board to track work, using the columns for:
- 'New': New or draft issues.
- 'Backlog': Issue backlog, triaged in priority order.
- 'Triaged': Committed tasks, triaged in priority order.
- 'In progress': In progress issues. Issues must have an assignee, and can have multiple.
- 'Blocked': Progress blocked. Raise during standups.
- 'In review' & 'Done'