1.0.0 ⢠Published 3 years ago
table-whitehat-4u-dist v1.0.0
How to implement the table open Style (non style as your pref)
USE:
- import TableWhitehat from "table-whitehat-4u";
IMPORTANT
- Content api must have the following keys: id, and body
Implement
- use following properties to define the component: url
${numberItems} = define current number in the list per page,
${url} = string baseURL APi by default = https://jsonplaceholder.typicode.com/posts/
ā Sample
<>
<TableWhitehat url="https://jsonplaceholder.typicode.com/posts/" />
</>1.0.0
3 years ago