Arcade Design System by Frontify
@frontify/arcade
Using - Install Arcade from npm
npm install @frontify/arcade
- Load Arcade Stylesheet
import "@frontify/arcade/style";
- Use Components
import { Button } from "@frontify/arcade";
Arcade provides two builds: ES modules and UMD modules. Documentation for the provided components and how to use them is available in Storybook.
Contributing
See Contribution Guidelines for contributing and local development help.
Important Links
- Storybook – used for isolated development and documentation of Arcade components
- https://www.cypress.io/ – used for Testing in Arcade
- Frontify React Guidelines – Internal Coding Guidelines for Frontify
- Fondue Tokens – Design Tokens used at Frontify
- Tailwind – Utility-first CSS framework used in Arcade