0.0.19 • Published 2 years ago

@bloom-trade/themes v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.6-alpha.0

2 years ago