0.0.1 • Published 2 years ago

behar-ui v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Behar ui library

Component library used for maintaining every project branded with David Behar brand.

About David Behar

David Behar is an interactive designer / Frontend developer.

Examples

<BeharTable
  rows={[{
    cells: [
      { content: 'world', key: 'world' },
      'Frozen yoghurt',
      159,
    ],
  },
  ]}
  headers={[
    { cell: 'name', key: 'name' },
    { cell: 'calories', key: 'calories' },
    { cell: 'hello', key: 'hello' },
  ]}
/>