0.2.0 • Published 1 year ago

cy-s_table_component v0.2.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Welcome to my table plugin

This table plugin was made for a project, it's probably not the best out there but i'm pretty proud of it

How to install

Run the following command:npm i cy-s_table_component

How to use it

If you're crazy enough to try and use this plugin, its quite simple, it just adds a <Table/> component to which you'll have to pass data and header value as arrays of object, per exemple data = [{name:yourname}] and header with keys matching the data header = [{title:'Names',key:'name'}], title being the text on the header. then passing those two as props like <Table data={data} header={header}/>

0.2.0

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.0

1 year ago