@relas/react-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-dev-0 • Public • Published

Reusable MUI styled react components

Usage

install components

yarn add @relas/react-components

import into your components

// App.js
...
import { Table } from '@relas/react-components'
...

// see 'react-table' or mui Tables for props definition
const App = () => <Table data={[{sample: 'sample'}]} columns={columns} />

Readme

Keywords

none

Package Sidebar

Install

npm i @relas/react-components

Weekly Downloads

15

Version

1.0.0-dev-0

License

none

Unpacked Size

58.9 kB

Total Files

29

Last publish

Collaborators

  • q3e
  • brucey_cro