- is a modular component library. Simple. Accessible. And gives you the building blocks to build your own React applications.
- React
- React DOM
- Styled System
- Styled Components
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>
To run locally:
yarn install
yarn docz:dev