solved-ac / ui-react

React component library used by solved.ac

Home Page:https://solved-ac.github.io/ui-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEAVILY INCOMPLETE

Do not use this package in production! Almost every commit will be a breaking change.

@solved-ac/ui-react

React component library used by solved.ac

NPM JavaScript Style Guide

Install

yarn add @solved-ac/ui-react @emotion/react @emotion/styled

or, with npm:

npm install --save @solved-ac/ui-react @emotion/react @emotion/styled

Usage

<ThemeProvider theme={solvedThemes.light}>
  <SolvedGlobalStyles />
  <Component />
</ThemeProvider>

Contribute

Contributions are welcome!

License

MIT © shiftpsh

About

React component library used by solved.ac

https://solved-ac.github.io/ui-react/


Languages

Language:TypeScript 97.0%Language:JavaScript 1.6%Language:HTML 1.2%Language:CSS 0.3%