Skip to content

materialios/components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@materialios/components

@materialios's components

Features

  • MainScreen
  • Drawer
  • AppBar

Installation

npm i @materialios/components

Example

import { MaterialProvider } from '@materialios/core'
import { MenuIcon, MoreIcon } from '@materialios/core'
import { AppBar } from '@materialios/components'

const App = () => {
  return (
    <div className='App'>
      <MaterialProvider>
        <AppBar>
          <AppBar.AppBarLeftIcon icon={MenuIcon}>
          <AppBar.AppBarTitle title='Title'>
          <AppBar.AppBarRightIcon icon={MoreIcon}>
        </AppBar>
      </MaterialProvider>
    </div>
  )
}

export default App

Contributing

It's really still early days. So, help us to grow faster. Email me on [email protected]

Creator

@mnrendra

Releases

No releases published

Packages

No packages published