Skip to content

Commit

Permalink
fix: minor changes to plop script (momentum-design#947)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Scheffauer <[email protected]>
  • Loading branch information
supminn and cscheffauer authored Nov 11, 2024
1 parent 81e84d7 commit f2836a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Component } from '../../models';
/**
* {{componentName}} component, which ...
*
* @tagname {{componentName}}
* @tagname {{prefix}}{{separator}}{{componentName}}
*
* @slot default - This is a default/unnamed slot
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const render = (args: Args) => html`

const meta: Meta = {
title: 'Work In Progress/{{componentName}}',
tags: ['autodocs'],
component: '{{prefix}}{{separator}}{{componentName}}',
render,
parameters: {
Expand Down

0 comments on commit f2836a0

Please sign in to comment.