Help
Provide contextual help content.
Note: when Help is used inside a Box heading, it will add the left margin automatically.
Usage
<Help hint="What are Ethereum addresses made of?">
Ethereum addresses are composed of the prefix "0x", a common identifier for
hexadecimal, concatenated with the rightmost 20 bytes of the Keccak-256 hash
(big endian) of the ECDSA public key (the curve used is the so called
secp256k1, the same as Bitcoin).
</Help>Props
hint
hintTYPE
DEFAULT VALUE
String
None (required)
Used for the title attribute of the button.
children
childrenTYPE
DEFAULT VALUE
React node
None (required)
The content that will be displayed inside the popover.
Last updated
Was this helpful?
