@w3ux/hooks
TypeScript icon, indicating that this package has built-in type declarations

2.3.4 • Public • Published

Hooks

A collection of general purpose React hooks

Installation

npm install @w3ux/hooks

or

yarn add @w3ux/hooks

or

pnpm add @w3ux/hooks

Usage

import { /* your imports */ } from '@w3ux/hooks'

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/hooks'

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, hooks, typescript

Repository

License

This package is licensed under the GPL-3.0-only.


Part of the w3ux library - A collection of packages for building Web3 applications.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @w3ux/hooks

    Weekly Downloads

    36

    Version

    2.3.4

    License

    GPL-3.0-only

    Unpacked Size

    64.9 kB

    Total Files

    16

    Last publish

    Collaborators

    • polkadotcloud