Skip to content

OpenRPC documentation as a react component, with Stellar-specific tweaks

Notifications You must be signed in to change notification settings

stellar/open-rpc-docs-react

 
 

Repository files navigation

@stellar/open-rpc-docs-react

OpenRPC documentation as a react component.

This Stellar-specific package was forked from @metamask/open-rpc-docs-react

What is this?

This is a react component that will render documentation for a given OpenRPC document.

How do I use this?

Installation

npm install --save @stellar/open-rpc-docs-react

Usage

import Method from '@stellar/open-rpc-docs-react';

and then use it somewhere in a project:

<Method method={method} />

Development

Linking

When linking this project with others, use yarn link:setup to avoid getting errors about hooks / multiple react versions.

About

OpenRPC documentation as a react component, with Stellar-specific tweaks

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.0%
  • TypeScript 24.0%
  • JavaScript 3.2%
  • Prolog 1.6%
  • Shell 0.2%