update
This commit is contained in:
parent
db29a8f7d4
commit
84dcaf227a
|
|
@ -1,3 +1,5 @@
|
|||
# React You
|
||||
|
||||
Material You for React. Work in progress.
|
||||
Material You for React. Work in progress.
|
||||
|
||||
This is a wrapper upon [@material/web](https://material-web.dev/). Made using Lit.
|
||||
|
|
@ -36,7 +36,7 @@ const mountApp = async () => {
|
|||
<Typography variant='p'>Hello</Typography>
|
||||
<FormLabel>
|
||||
<Switch />
|
||||
<Typography>Hello</Typography>
|
||||
<Typography variant='h6'>Hello</Typography>
|
||||
</FormLabel>
|
||||
</Box>
|
||||
</ThemeProvider>
|
||||
|
|
|
|||
Loading…
Reference in New Issue