stable

Clone or download

Read-only

feat: storybook, forms: good practice

part of request #37211 Replace TLP-doc documentation run 'pnpm --filter=tlp-doc-v2 run storybook' Good practice page added to section "forms". As it has no .stories file associated, we have to use the same structure in the project than in storybook to help storybook sort our documentation. Change-Id: I7c6fcb0cc7550acd126a9f1e416b55f084704d36

Modified Files

Name
R src/scripts/tlp-doc-v2/stories/buttons-switch/button-bars/tlp-button-bar.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/buttons-switch/button-bars/tlp-button-bar.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/buttons-switch/buttons/tlp-button.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/buttons-switch/buttons/tlp-button.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/buttons-switch/switch/tlp-switch.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/buttons-switch/switch/tlp-switch.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/appends/tlp-append.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/appends/tlp-append.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/checkboxes/tlp-checkbox.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/checkboxes/tlp-checkbox.stories.ts Go to diff View file
A src/scripts/tlp-doc-v2/stories/TLP/forms/good-practices.mdx +20 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/TLP/forms/good-practices.stories.ts +30 −0 Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/inputs/tlp-input.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/inputs/tlp-input.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/list-picker/ListPickerWrapper.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/list-picker/tlp-list-picker.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/list-picker/tlp-list-picker.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/prepends/tlp-prepend.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/prepends/tlp-prepend.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/properties/tlp-property.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/properties/tlp-property.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/radios/tlp-radio.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/radios/tlp-radio.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/search/tlp-search.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/search/tlp-search.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/select/tlp-select.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/select/tlp-select.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/textareas/tlp-textarea.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/forms/textareas/tlp-textarea.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/alerts/tlp-alert.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/alerts/tlp-alert.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/cards/tlp-card.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/cards/tlp-card.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/layout/tlp-layout.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/layout/tlp-layout.scss Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/layout/tlp-layout.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/paginations/tlp-pagination.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/paginations/tlp-pagination.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/panes/tlp-pane.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/panes/tlp-pane.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/tabs/tlp-tabs.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/tabs/tlp-tabs.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/wizards/tlp-wizard.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/structure/wizards/tlp-wizard.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/avatars/tlp-avatar.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/avatars/tlp-avatar.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/badges/tlp-badge.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/badges/tlp-badge.scss Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/badges/tlp-badge.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/relative-dates/tlp-relative-date.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/relative-dates/tlp-relative-date.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/skeletons/tlp-skeleton-text.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/skeletons/tlp-skeleton-text.stories.ts Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/typography/tlp-typography.mdx Go to diff View file
R src/scripts/tlp-doc-v2/stories/visual-assets/typography/tlp-typography.stories.ts Go to diff View file