A component library for foxtrot project.
The documentation is hosted here: https://lexswed.github.io/edge/
Created with docz
- TailwindCSS for some design inspirations and color palette
- Braid Design System for components implementations examples
- @reach/ui for accessible inputs logic
- Alex Sexton for some of the tips for Design Systems
The project uses tsdx to build output files and docz to generate documentation.
First, install dependencies:
yarn installTo work on the library, run:
yarn startTo work on the documentation or use it as a playground for the components you work on, start docz in a separate terminal:
yarn docz:devTo build the library use:
yarn buildTo build the docs:
yarn docz:build