@bloom-trade/themes
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @bloom-trade/themes

Weekly Downloads

1

Version

0.0.19

License

MIT

Unpacked Size

52.9 kB

Total Files

31

Last publish

Collaborators

  • alex_fiorenza
  • leonardo.bloom.trade