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

Function Template

app/components/common/elements/ProfileCard.stories.js:13–17  ·  view source on GitHub ↗
(args, { argTypes })

Source from the content-addressed store, hash-verified

11}
12
13const Template = (args, { argTypes }) => ({
14 props: Object.keys(argTypes),
15 components: { ProfileCard },
16 template: '<profile-card v-bind="$props" />'
17})
18
19export const Default = Template.bind({})
20Default.args = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected