2.0.0 • Published 2 years ago

@alejandro-benjumea-superworldapp/ui-core v2.0.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

0.0.0

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago

0.0.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago