figment-elements
v1.2.0
Published
Install and import Figment Elements directly to your project to gain access to Figment's functionality, such as staking.
Downloads
6
Readme
Figment Elements
Usage
import { Staking, Dapp } from "figment-elements";
...
<div /* Add any custom styling necessary here */>
<Staking />
</div>
...
<div /* Add any custom styling necessary here */>
<Dapp />
</div>
Development
Make changes, and build with pnpm build
. Then, link the package in your project using your chosen package manager.
To publish, make sure to bump the version in the package.json
and then commit and push your changes. Once that's done, run npm publish
.