@alejandro-benjumea-superworldapp/ui-core
v2.0.0
Published
Superworld core components library
Downloads
6
Maintainers
Readme
UI Core
This package hosts React components, hooks and core utils that can be used for creating custom design systems.
Install
npm install @superworldapp/ui-core
yarn add @superworldapp/ui-core
Peer dependencies
npm install react react-dom @mui/material @emotion/react @emotion/cache @emotion/styled tss-react
yarn add react react-dom @mui/material @emotion/react @emotion/cache @emotion/styled tss-react
Usage
import { ThemeProvider } from '@superworldapp/ui-core';
export const App: FC = () => (
<ThemeProvider>
<Routes />
</ThemeProvider>
);