reactiumui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.1 • Public • Published

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://rectiumui.org/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;

License

License

Package Sidebar

Install

npm i reactiumui

Weekly Downloads

1

Version

1.0.0-beta.1

License

MIT

Unpacked Size

30.3 MB

Total Files

212

Last publish

Collaborators

  • anemon