Skip to content

AnemonOFF/reactiumui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactiumui

Reactium UI

npm GitHub


âš¡Fast and customizable React UI library, compatible with SSR

NOTE: This project is still in development and might have unexpectable bugs. If you encounter a bug please report

Documentation

You can get docs on our site: https://reactiumui.vercel.app/docs

Fast start

  1. Install inside your React project directory with command:
    npm i reactiumui
    #or
    yarn add reactiumui
    
  2. To customize them, add following lines in your root component:
     import {ReactiumThemeProvider} from  'reactiumui';
     
     const App = () => {
         return (
       	  <ReactiumThemeProvider>
       		  <AppComponent />
       	  </ReactiumThemeProvider>
         )
     }
  3. Import any components you want:
    import {Button} from 'reactiumui';
    // or import manually
    // import Button from 'reactiumui/button';
    const MyComponent = () => <Button>Press Me</Button>
    export default MyComponent;

Contact

Telegram: https://t.me/anemonoff EMail: anemon.bis@gmail.com

License

License

Releases

No releases published

Packages

No packages published