@alejandro-benjumea-superworldapp/ui-core
v2.0.0
Published
Superworld core components library
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-coreyarn add @superworldapp/ui-corePeer dependencies
npm install react react-dom @mui/material @emotion/react @emotion/cache @emotion/styled tss-reactyarn add react react-dom @mui/material @emotion/react @emotion/cache @emotion/styled tss-reactUsage
import { ThemeProvider } from '@superworldapp/ui-core';
export const App: FC = () => (
<ThemeProvider>
<Routes />
</ThemeProvider>
);
