1.0.8 • Published 9 months ago

@arkejs/mui v1.0.8

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

@arkejs/mui

License Renovate status

A @mui components wrapper with awesome extensions.

Usage

First of all, you need to install the library:

npm install @arkejs/mui
pnpm install @arkejs/mui

Then you're able to import the library and use the UI components

import { Button, Chip } from '@arkejs/mui'

function App(){
  return(
    <>
      <Button>My Button</Button>
      <Chip>My Chip</Chip>
    </>
  )
}

Usage

Is available a Storybook to see components