Skip to content

Commit

Permalink
docs: run docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Mar 20, 2024
1 parent 1172a68 commit a961a54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/content/meta/TagsInputRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

<PropsTable :data="[
{
'name': 'addOnPaste',
'description': '<p>When <code>true</code>, allow adding tags on paste. Work in conjunction with delimiter prop.</p>\n',
'name': 'addOnBlur',
'description': '<p>When <code>true</code> allow adding tags blur input</p>\n',
'type': 'boolean',
'required': false
},
{
'name': 'addOnTab',
'description': '<p>When <code>true</code>, allow adding tags on keydown <code> tab </code>. Work in conjunction with delimiter prop.</p>\n',
'name': 'addOnPaste',
'description': '<p>When <code>true</code>, allow adding tags on paste. Work in conjunction with delimiter prop.</p>\n',
'type': 'boolean',
'required': false
},
{
'name': 'addOnBlur',
'description': '<p>When <code>true</code>, allow adding tags on input <code> blur </code> event.\n',
'name': 'addOnTab',
'description': '<p>When <code>true</code> allow adding tags on tab keydown</p>\n',
'type': 'boolean',
'required': false
},
Expand Down
4 changes: 2 additions & 2 deletions docs/content/meta/ToastViewport.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
{
'name': 'label',
'description': '<p>An author-localized label for the toast viewport to provide context for screen reader users\nwhen navigating page landmarks. The available <code>{hotkey}</code> placeholder will be replaced for you.</p>\n',
'type': 'string',
'description': '<p>An author-localized label for the toast viewport to provide context for screen reader users\nwhen navigating page landmarks. The available <code>{hotkey}</code> placeholder will be replaced for you.\nAlternatively, you can pass in a custom function to generate the label.</p>\n',
'type': 'string | ((hotkey: string) => string)',
'required': false,
'default': '\'Notifications ({hotkey})\''
}
Expand Down

0 comments on commit a961a54

Please sign in to comment.