Pangolin Core
Building components to use in your react app, such Box, Dropdown, Modal, and etc.
Installation
yarn add @honeycomb-finance/core
or
npm install @honeycomb-finance/core
Install below dependancies as its peer dependancies
react
react-dom
@pangolindex/sdk
Customizing Theme
In HoneycombProvider you can pass custom theme. Follow Guide -> Theme to customize theme.
Story Book
Use storybook to see all components.
Development
yarn install
yarn dev and keep that terminal running
or see the README file in monorepo to run the example app.