skills/smithery.ai/react-component-library-usage

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.ts and associated .stories.tsx files

Usage Examples

// Good - Using Commonplace components with slots
import { Card, VerticalStack, Text, Row, Tag, Button } from '$commons/app/shared/commonplace';
Installs
1
First Seen
Apr 11, 2026
react-component-library-usage from smithery.ai