@honeycomb-finance/core
v1.0.2
Published
Building components to use in your react app, such Box, Dropdown, Modal, and etc.
Downloads
46
Readme
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/sdkCustomizing Theme
In HoneycombProvider you can pass custom theme. Follow Guide -> Theme to customize theme.
Story Book
Use storybook to see all components.
- do
yarn storybookto start the storybook - now connect to http://localhost:6006 to see the components
Development
yarn installyarn devand keep that terminal running
or see the README file in monorepo to run the example app.
