@alejandro-benjumea-superworldapp/ui-core
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

semantic-release: angular

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>
);

Package Sidebar

Install

npm i @alejandro-benjumea-superworldapp/ui-core

Weekly Downloads

3

Version

2.0.0

License

none

Unpacked Size

3.59 MB

Total Files

122

Last publish

Collaborators

  • alejandro-benjumea-superworldapp