JSPM

  • Created
  • Published
  • Downloads 67
  • Score
    100M100P100Q82717F

Gelato front-end component library

Package Exports

  • @gelatonetwork/gelato-front-end-lib
  • @gelatonetwork/gelato-front-end-lib/dist/cjs/index.js
  • @gelatonetwork/gelato-front-end-lib/dist/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gelatonetwork/gelato-front-end-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Gelato React Component Library

Available Scripts

Build the library

npm run rollup

Publish the library

npm publish

Run tests

npm run test

Run storybook locally

npm run storybook

Build storybook

npm run build-storybook

Install in your project

npm i @gelatonetwork/gelato-front-end-lib --save-dev

Use in your project

import { Button } from '@gelatonetwork/gelato-front-end-lib'