Skip to content

Commit

Permalink
Add hint for component name casing
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsandapps committed Jun 27, 2023
1 parent 5c37cb7 commit 7bb71b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _templates/playground/new/prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = [
type: 'input',
name: 'name',
message: 'Which component is this playground for?',
hint: 'Component name must be kebab-case',
initial: 'ion-button',
},
{
Expand All @@ -25,7 +26,7 @@ module.exports = [
{
type: 'toggle',
name: 'css',
message: 'Do you want CSS scaffolded?',
message: 'Generate custom CSS files?',
enabled: 'Yes',
disabled: 'No',
},
Expand Down

0 comments on commit 7bb71b3

Please sign in to comment.