0.6.0 • Published 4 years ago

@entando/ui v0.6.0

Weekly downloads
13
License
LGPL-2.1
Repository
github
Last release
4 years ago

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

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.3.2

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago