Skip to content

Latest commit

 

History

History

README.md

HASH (Entity) Type Editor

A component for editing entity types as defined in the Block Protocol Type System specification.

Demo

The type editor is currently in use within HASH and can either be tested by:

  1. running the application yourself, and clicking the "Create new type" button once logged in; or
  2. trying out the hosted version of HASH (faster, easier).

Usage

This package may be consumed under the terms of its LICENSE by any other protocol-compliant embedding application.

The type editor exports react-hook-form methods which must be used to wrap the component in the required context. See the source file for an example.

Publishing

See libs/README.md