New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

figment-elements

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figment-elements

Install and import Figment Elements directly to your project to gain access to Figment's functionality, such as staking.

latest
npmnpm
Version
1.2.0
Version published
Maintainers
0
Created
Source

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.

FAQs

Package last updated on 29 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts