/fondue

Design System of Frontify

Primary LanguageTypeScript

Fondue Design System by Frontify

CI Status Known Vulnerabilities latest

Using @frontify/fondue

  1. Install fondue from npm
npm install @frontify/fondue
  1. Load Fondue Stylesheet
import '@frontify/fondue/style';
  1. Use Components
import { Button } from '@frontify/fondue';

Fondue 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