Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 863 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 863 Bytes

@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