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 rollupPublish the library
npm publishRun tests
npm run testRun storybook locally
npm run storybookBuild storybook
npm run build-storybookInstall in your project
npm i @gelatonetwork/gelato-front-end-lib --save-devUse in your project
import { Button } from '@gelatonetwork/gelato-front-end-lib'