design-system 12.1.1
Install from the command line:
Learn more about npm packages
$ npm install @talend/design-system@12.1.1
Install via package.json:
"@talend/design-system": "12.1.1"
About this version
Coral is the design system used to build accessible, consistent, customizable and high quality customer experiences at Talend.
Clone the repository
$> git clone git@github.com:Talend/ui.gitInstall the dependencies
$> yarnStart Storybook and start editing
$> yarn startCheck our exhaustive contribution guidelines here.
Please get to know our Architecture Decision Records:
Please use named exports and link them at the root index to be embedded into the UMD.
Style should be designed for mobile and adapted for tablet and desktop.
Use CSS modules (ComponentName.module.scss) and BEM in your style files.
Variations should extend of the basic components in separated files. Limit changes to styled-components scope.
Visual non-regression testing will be covered by Chromatic.