The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/typescript/widgets
Daniel Savu 35d4503b94
chore: new svm warp route artifacts (#4531)
2 months ago
..
.storybook chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago
src chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago
.eslintignore chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago
.eslintrc chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago
.gitignore chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago
CHANGELOG.md Version Packages (#4530) 2 months ago
README.md chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago
package.json chore: new svm warp route artifacts (#4531) 2 months ago
postcss.config.cjs chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago
tailwind.config.cjs chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago
tsconfig.json chore: Migrate widgets from separate repo to monorepo (#4139) 4 months ago

README.md

Hyperlane Widgets

Common react components for projects using Hyperlane.

Installation

# Install with npm
npm install @hyperlane-xyz/widgets

# Or install with yarn
yarn add @hyperlane-xyz/widgets

Peer dependencies

This package requires @hyperlane-xyz/sdk, react, and react-dom.

Contents

Components

  • ChainLogo: A logo icon for a given chain ID
  • MessageTimeline: A timeline showing stages of message delivery
  • WideChevron: A customizable version of Hyperlane's chevron logo

Hooks

  • useMessage: Fetch data about a message from the Hyperlane Explorer
  • useMessageStage: Fetch and compute message delivery stage and timings
  • useMessageTimeline: Fetch message data for use with MessageTimeline

Learn more

For more information, see the Hyperlane documentation.