[react] feat: Added docs for components/Account
This commit is contained in:
parent
f5a089f884
commit
6d9cbf55c2
37 changed files with 665 additions and 277 deletions
|
@ -19,7 +19,7 @@ export const Uuid = ({ uuid, href = false, label = false }) => {
|
|||
return (
|
||||
<span className="flex flex-row items-center">
|
||||
<span className="daisy-badge daisy-badge-secondary font-mono">{shortUuid(uuid)}</span>
|
||||
<CopyToClipboard content={uuid} label="UUID" sup />
|
||||
<CopyToClipboardButton content={uuid} label="UUID" sup />
|
||||
</span>
|
||||
)
|
||||
|
||||
|
@ -28,7 +28,7 @@ export const Uuid = ({ uuid, href = false, label = false }) => {
|
|||
<Link href={href} title={uuid}>
|
||||
<span className="daisy-badge daisy-badge-secondary font-mono">{shortUuid(uuid)}</span>
|
||||
</Link>
|
||||
<CopyToClipboard content={uuid} label="UUID" sup label />
|
||||
<CopyToClipboardButton content={uuid} label="UUID" sup label />
|
||||
</span>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue