MCPcopy Create free account
hub / github.com/codecombat/codecombat / Template

Function Template

app/components/common/buttons/CTAButton.stories.js:16–20  ·  view source on GitHub ↗
(args, { argTypes })

Source from the content-addressed store, hash-verified

14}
15
16const Template = (args, { argTypes }) => ({
17 props: Object.keys(argTypes),
18 components: { CTAButton },
19 template: '<CTAButton v-bind="$props" >{{text}}</CTAButton>'
20})
21
22export const Default = Template.bind({})
23Default.args = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected