Skip to content

jhssong/untitled-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to add theme

Add <ThemeProvider> in main.jsx as below

<ThemeProvider theme={theme}>
  <App />
</ThemeProvider>

How to reset css

Add <GlobalStyle /> in main.jsx as below

<ThemeProvider theme={theme}>
  <GlobalStyle />
  <App />
</ThemeProvider>

How to use icon

How to use table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •