@entando/ui

0.6.0 • Public • Published

Entando UI

this is a theme that can be applied to any Material-UI project. this package exports the theme directly that can just be applied through a theme provider:

import entandoUI from '@entando/ui';
import { ThemeProvider } from '@material-ui/core/styles';

const app = () => (
  <ThemeProvider theme={entandoUI}>
    <Container>
      <Table />
      <TextInput />
      <Buttons />
      <Radios />
    </Container>
  </ThemeProvider>
);

Readme

Keywords

Package Sidebar

Install

npm i @entando/ui

Weekly Downloads

4

Version

0.6.0

License

LGPL-2.1

Unpacked Size

14.6 kB

Total Files

5

Last publish

Collaborators

  • entando