Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariadia/daria-s-design-system
https://www.npmjs.com/package/daria-s-design-system
https://github.com/dariadia/daria-s-design-system
design-system
Last synced: about 1 month ago
JSON representation
https://www.npmjs.com/package/daria-s-design-system
- Host: GitHub
- URL: https://github.com/dariadia/daria-s-design-system
- Owner: dariadia
- Created: 2021-07-17T16:39:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T16:51:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T08:04:05.231Z (about 2 months ago)
- Topics: design-system
- Language: TypeScript
- Homepage: https://daria-s-design-system.vercel.app/
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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](https://daria-s-design-system.vercel.app/)
## Requirements
* React
* React DOM
* Styled System
* Styled Components## To install in your app
```js
npm i daria-s-design-system
``````js
import { mainTheme as theme } from 'daria-s-design-system'
import { ThemeProvider } from "styled-components"export const App = ({ children }) =>
<>{children}>
```## Library documentation:
To run locally:
```sh
yarn install
yarn docz:dev
```