0.1.0 • Published 2 years ago

@portaljs/ckan v0.1.0

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

PortalJS CKAN Library

This is a library intended for the use with a CKAN Backend, it is composed of:

  • Types mapping the CKAN API Objects
  • A CKAN object that makes API calls
  • Components that are usually needed in a data portal(searching, pagination, listing etc)

Usage

To install this package on your project:

npm i @portaljs/ckan

Note: React 18 is required.

You'll also have to import the styles CSS file in your project:

//  E.g.: Next.js => pages/_app.tsx
import '@portaljs/ckan/styles.css'
0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.1.2

2 years ago