Panacea

Panacea is the collection of vanilla Javascript components and services created to enable our developers to use whatever Javascript framework they want while still maintaining a single codebase for these components and services.


Custom Components

Pagination

<cm-pagination
    data-take="10"
    data-skip="0"
    data-total="9999"
    data-show="5"
    data-url="/cm-pagination?dev&skip={skip}&take={take}"
                             onclick="pagechanged(event)"
></cm-pagination>