RecordItem
Brief component description
import { RecordItem } from '@ensdomains/thorin'
<RecordItem icon={<FlameSVG />}>user#123</RecordItem>
name | type | default |
---|---|---|
icon | ReactNode | - |
inline | boolean | false |
keyLabel | ReactNode | - |
keySublabel | ReactNode | - |
link | string | - |
size | "small" | "large" | small |
value* Required | string | - |
onClick | () => void | - |