Skip to content

solved-ac/ui-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bc7c52 · Apr 20, 2025
Jun 17, 2023
Apr 20, 2025
Apr 20, 2025
May 20, 2022
Apr 24, 2022
Apr 24, 2022
Nov 10, 2023
May 6, 2022
Apr 25, 2022
May 20, 2022
Apr 20, 2025
Apr 20, 2025
Apr 24, 2022
Apr 20, 2025

Repository files navigation

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