Daria S Design System
Edit page
1. Getting Started
2. Components
3. Colours & Icons
4. Helpers
ReadmeRequirementsTo install in your appLibrary documentation:

Daria's Design System

  • is a modular component library. Simple. Accessible. And gives you the building blocks to build your own React applications.

Check it out here

Requirements

  • React
  • React DOM
  • Styled System
  • Styled Components

To install in your app

npm i daria-s-design-system
import { mainTheme as theme } from 'daria-s-design-system'
import { ThemeProvider } from "styled-components"
export const App = ({ children }) =>
<ThemeProvider theme={theme}>
<>{children}</>
</ThemeProvider>

Library documentation:

To run locally:

yarn install
yarn docz:dev