react-component-library-usage
Installation
SKILL.md
Overview
This project uses the Commonplace Design System, Cityblock's comprehensive library of consistent, accessible, and well-tested components.
- Located at:
commons-packages/commonplace/ - Import from:
@cityblock/commonplace - Documentation: https://commonplace.design
- Before building anything new, check
commonplace.tsand associated.stories.tsxfiles
Usage Examples
// Good - Using Commonplace components with slots
import { Card, VerticalStack, Text, Row, Tag, Button } from '$commons/app/shared/commonplace';