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

Function Template

app/components/common/elements/AvatarComponent.stories.js:11–15  ·  view source on GitHub ↗
(args, { argTypes })

Source from the content-addressed store, hash-verified

9}
10
11const Template = (args, { argTypes }) => ({
12 props: Object.keys(argTypes),
13 components: { AvatarComponent },
14 template: '<avatar-component v-bind="$props" />'
15})
16
17export const Default = Template.bind({})
18Default.args = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected