@royportas/design-system
v2.2.1
Published
My personal design system
Downloads
127
Readme
@royportas/design-system
Usage
bun add @royportas/design-system
Note: This package internally bundles MUI and other dependencies, so you don't need to install them yourself.
Features
🎨 Theming pre-configured out of the box
Includes a pre-configured theme for light and dark mode, making it easy to get started with a consistent look and feel.
🚀 Collection of ready-made components and layouts
Includes a collection of ready-made components and layouts, making it easy to get quickly build out new projects.
🏗 Built on Material UI
Leverages Material UI's large collection of components, providing a batteries included library of components.
Project Structure
src
components
: Reusable components exported by the packagelayouts
: Reusable layouts exported by the packageexample-blocks
: Example components that form "blocks" of functionality, used to fill out the Storybook examples with real-world like examplesexample-pages
: Example pages that showcase the components in a more real-world context