Back to projects
Mar 15, 2024
1 min read

React Component Library

Reusable React component library with Storybook — buttons, inputs, navigation tabs, documented and tested.

A shared React component library built inside an Nx monorepo. Components are developed in isolation with Storybook and consumed by the demo site.

Components

  • Buttons (primary, secondary, icon variants)
  • Input fields with validation
  • Navigation tabs
  • Layout primitives

Tech

  • React 18 + TypeScript
  • Storybook 8 for component documentation
  • Nx workspace for monorepo structure
  • SCSS modules for styling