This commit is contained in:
OfficialDakari 2025-03-27 06:58:52 +05:00
parent db29a8f7d4
commit 84dcaf227a
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
# React You # 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.

View File

@ -36,7 +36,7 @@ const mountApp = async () => {
<Typography variant='p'>Hello</Typography> <Typography variant='p'>Hello</Typography>
<FormLabel> <FormLabel>
<Switch /> <Switch />
<Typography>Hello</Typography> <Typography variant='h6'>Hello</Typography>
</FormLabel> </FormLabel>
</Box> </Box>
</ThemeProvider> </ThemeProvider>