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