mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:01:16 +08:00
chore(storybook): add CSF3 default render example story
This commit is contained in:
parent
c81a1a0001
commit
42e1bea24f
@ -6,7 +6,9 @@
|
||||
@click="onClick"
|
||||
@dblclick="onDoubleClick"
|
||||
>
|
||||
<slot />!
|
||||
<slot>
|
||||
{{label}}!
|
||||
</slot>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
@ -23,6 +25,9 @@
|
||||
color: {
|
||||
type: String,
|
||||
default: '#42b983'
|
||||
},
|
||||
label: {
|
||||
type: String
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -27,3 +27,11 @@ Square.args = {
|
||||
color: '#00f',
|
||||
label: 'A Button with square edges',
|
||||
};
|
||||
|
||||
export const WithDefaultRender = {
|
||||
args: {
|
||||
rounded: true,
|
||||
color: '#fba',
|
||||
label: 'Button with default render',
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user