geodesic-frontend
TypeScript icon, indicating that this package has built-in type declarations

0.4.21 • Public • Published

Import Components

import { User } from 'geodesic-frontend';
import { ObjectCard } from 'geodesic-frontend';
import { ItemAssets } from 'geodesic-frontend';
import { FeatureCollection } from 'geodesic-frontend';
import { Entanglement } from 'geodesic-frontend';

Usage

<User object_value={dataset}/>
<ObjectCard object_value={dataset}/>
<ItemAssets object_value={dataset}/>
<FeatureCollection object_value={dataset}/>
<Entanglement
    object_value={data}
    search={yourSearchFuncHere}
    projects={yourProjectsListHere}
    getConnections={yourGetConnectionsFuncHere}
    clearPreviousValue={yourClearPreviousValueFuncHere}
/>

Contribution

When making updates, bundling is done using yarn build.

Unless you are manually publishing, don't increment the version in package.json. This will be done automatically in the CI pipeline.

Readme

Keywords

none

Package Sidebar

Install

npm i geodesic-frontend

Weekly Downloads

3

Version

0.4.21

License

none

Unpacked Size

213 kB

Total Files

9

Last publish

Collaborators

  • hnewayseerai
  • headless_seerai
  • ddigeronimo_seerai
  • dwilson_seerai