Package Exports
- @w3ux/react-polkicon
- @w3ux/react-polkicon/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@w3ux/react-polkicon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Polkicon
A light-weight and customisable Polkadot Icon
Installation
npm install @w3ux/react-polkiconor
yarn add @w3ux/react-polkiconor
pnpm add @w3ux/react-polkiconUsage
import { /* your imports */ } from '@w3ux/react-polkicon'React Usage
This package provides React hooks and components. Here's a basic example:
import React from 'react'
import { /* specific hook or component */ } from '@w3ux/react-polkicon'
function MyComponent() {
// Use the imported hooks or components here
return <div>Your component content</div>
}Documentation
For comprehensive documentation and examples, visit the w3ux documentation.
Keywords
w3ux, polkadot, web3, react, icon, identicon, avatar, typescript
Repository
- Source: GitHub
- Package: npm
- Issues: GitHub Issues
License
This package is licensed under the GPL-3.0-only.
Part of the w3ux library - A collection of packages for building Web3 applications.