@talend/design-system
v11.8.0
Published
Talend Design System
Readme
Talend Design System
Coral is the design system used to build accessible, consistent, customizable and high quality customer experiences at Talend.
Getting Started
Clone the repository
$> git clone [email protected]:Talend/ui.gitInstall the dependencies
$> yarnStart Storybook and start editing
$> yarn startContributions
Check our exhaustive contribution guidelines here.
Please get to know our Architecture Decision Records:
Named exports
Please use named exports and link them at the root index to be embedded into the UMD.
Mobile-first
Style should be designed for mobile and adapted for tablet and desktop.
Style as separated files
Use CSS modules (ComponentName.module.scss) and BEM in your style files.
Variations
Variations should extend of the basic components in separated files. Limit changes to styled-components scope.
End-to-End tests
Visual non-regression testing will be covered by Chromatic.
