4 components exported from [email protected].
Prop name | Required | Kind | Reactive | Type | Default value | Description |
---|---|---|---|---|---|---|
type | No | let |
No | string |
"button" |
-- |
primary | No | let |
No | boolean |
false |
-- |
No | function |
No | () => any |
() => { console.log(0); } |
-- |
Slot name | Default | Props | Fallback |
---|---|---|---|
-- | Yes | -- | Click me |
Event name | Type | Detail |
---|---|---|
click | forwarded | -- |
None.
Slot name | Default | Props | Fallback |
---|---|---|---|
-- | Yes | -- | -- |
None.
None.
Slot name | Default | Props | Fallback |
---|---|---|---|
-- | Yes | -- | Link text |
Event name | Type | Detail |
---|---|---|
click | forwarded | -- |
export type Author = string;
Prop name | Required | Kind | Reactive | Type | Default value | Description |
---|---|---|---|---|---|---|
quote | No | let |
No | any |
"" |
-- |
author | No | let |
No | Author |
"" |
-- |
Slot name | Default | Props | Fallback |
---|---|---|---|
-- | Yes | -- | {quote} |
None.