1.5.1 • Published 5 years ago
@ebth/design-system v1.5.1
Table of contents
Introduction
The structure of EBTH's Design System follows Atomic Design principles and methodologies and is built with Storybook, an open source tool for developing UI components in isolation. Storybook is a visual, interactive Single Source of Truth for the entire EBTH Component library, including use cases and available properties for each Component.
Quick Start
git clone git@github.com:ebth/design-system.git && cd design-systemnodenv installyarn installyarn test(just to generate a test result JSON file)yarn devoryarn dev:no-test
Adding Icons
yarn icons:watch- Put new
svgfiles intosrc/icons/svg - That's it!
Quick Publish
git checkout origin/masteryarn publish- Use the version from the changelog/package.json
- Create release in GitHub using same changelog info
Index
- Explanation
- How-To Guides
- Tutorials