A curated collection of frontend components, styles, and demonstrations showcased via Storybook.
This playground contains a diverse "zoo" of frontend collectables:
- Typography & Fonts - Font demonstrations with different variants and usage examples
- Color Palettes - Color schemes and palette showcases
- Backgrounds - Background styles and patterns
- SVG Icons - Icon collections and demonstrations
- UI Widgets & Controls - Interactive UI components
- Styling Effects - CSS effects and visual treatments
- Animations - Motion and animation examples
- React/TypeScript - Primary component framework
- Vite - Build tool and dev server
- Storybook - Component documentation and showcase
- GitHub Pages - Deployment platform
# Install dependencies
npm install
# Start Storybook dev server
npm run storybook
# Build Storybook for production
npm run build-storybookAutomatically deployed to GitHub Pages via CI/CD workflow on push to main branch.
This is not a homogeneous UI library. Each item is independent and may use different styling approaches as appropriate. The categorical organization reflects the diverse, exploratory nature of the content.
MIT