0.0.19 • Published 3 years ago

@bloom-trade/themes v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Themes

Is a package that contains all the themes for the Bloom application.

Example code

import { DarkTheme } from '@bloom-trade/themes';
import { ThemeProvider} from '@mui/material/styles';
import CssBaseline from '@mui/material/CssBaseline';


function App() {
  return (
    <ThemeProvider theme={DarkTheme}>
      <CssBaseline />
      <main>This app is using the dark mode</main>
    </ThemeProvider>
  );
}

export default App;
});
0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.6-alpha.0

3 years ago