Add Card atom component
- Create card component tokens (borderRadius, padding, shadow, border, background) - Build Card component with elevated/outlined variants, interactive hover, padding presets - Add MUI theme overrides using card tokens (shadow.md resting, border for outlined) - Create 8 Storybook stories: Default, Variants, Interactive, PaddingPresets, PriceCardPreview, ServiceOptionPreview, WithImage, RichContent - Regenerate token pipeline outputs (7 new card tokens) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
src/components/atoms/Card/index.ts
Normal file
2
src/components/atoms/Card/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { Card, type CardProps } from './Card';
|
||||
export { default } from './Card';
|
||||
Reference in New Issue
Block a user