1.0.0 ā€¢ Published 2 years ago

table-whitehat-4u-dist v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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/" />
    </>