feat: hide display text box by default
This commit is contained in:
parent
b9f150f38f
commit
28db9acc81
2 changed files with 30 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
export let active: boolean = false;
|
||||
export let disabled: boolean = false;
|
||||
export let type: string | undefined = undefined;
|
||||
export let id: string | undefined = undefined;
|
||||
|
||||
export let click: ((e: MouseEvent) => void) | undefined = undefined;
|
||||
export let href: string | undefined = undefined;
|
||||
|
@ -16,6 +17,7 @@
|
|||
|
||||
<Tooltip target={button} aria-hidden placement="top">{tooltip}</Tooltip>
|
||||
<Button
|
||||
{id}
|
||||
{type}
|
||||
{color}
|
||||
{active}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue