A collection of general purpose React hooks
npm install @w3ux/hooks
or
yarn add @w3ux/hooks
or
pnpm add @w3ux/hooks
import { /* your imports */ } from '@w3ux/hooks'
This package provides React hooks and components. Here's a basic example:
import React from 'react'
import { /* specific hook or component */ } from '@w3ux/hooks'
function MyComponent() {
// Use the imported hooks or components here
return <div>Your component content</div>
}
For comprehensive documentation and examples, visit the w3ux documentation.
w3ux
, polkadot
, web3
, react
, hooks
, typescript
- Source: GitHub
- Package: npm
- Issues: GitHub Issues
This package is licensed under the GPL-3.0-only.
Part of the w3ux library - A collection of packages for building Web3 applications.