daria-s-design-system
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Daria's Design System

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i daria-s-design-system

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.74 kB

Total Files

2

Last publish

Collaborators

  • dariadia