md3-react
v1.0.15
Published
MD3 components for React
Downloads
8
Readme
md3-react
MD3 Components for React
Usage
Firstly wrap your app with <ThemeProvider>
.
<ThemeProvider>
{ /* Your app here */}
</ThemeProvider>
To use theme data outside of built in components and change theme use useTheme();