behar-ui
v0.0.1
Published
Component library used for maintaining every project branded with David Behar brand.
Maintainers
Readme
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' },
]}
/>