tablemaker
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

table maker

install

  • npm install tablemaker

usage

	import { TableMaker } from 'tablemaker';

 const data=[
        { name: 'hero', age: '19' },
        { name: 'vilain', age: '50' },
        { name: 'vallager', age: '20' },
    ]
	
	
    <TableMaker attributes={data} />
	
	

Readme

Keywords

Package Sidebar

Install

npm i tablemaker

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

6.13 kB

Total Files

10

Last publish

Collaborators

  • fanama