@ortege/widgets
v1.3.6
Published
Common react components for Ortege projects
Downloads
3
Readme
Ortege Widgets
Common react components for projects using ortege.
Installation
# Install with npm
npm install @ortege/widgets
# Or install with yarn
yarn add @ortege/widgets
Peer dependencies
This package requires @ortege/sdk
, react
, and react-dom
.
Contents
Components
ChainLogo
: A logo icon for a given chain IDMessageTimeline
: A timeline showing stages of message deliveryWideChevron
: A customizable version of ortege's chevron logo
Hooks
useMessage
: Fetch data about a message from the ortege ExploreruseMessageStage
: Fetch and compute message delivery stage and timingsuseMessageTimeline
: Fetch message data for use withMessageTimeline
Learn more
For more information, see the ortege documentation.