Note: when Help is used inside a Box heading, it will add the left margin automatically.
Usage
<Helphint="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
TYPE
DEFAULT VALUE
Used for the title attribute of the button.
children
TYPE
DEFAULT VALUE
The content that will be displayed inside the popover.