stable

Clone or download

Read-only

feat: storybook, structure and navigation components

part of request #37211 Replace TLP-doc documentation How to launch it: - pnpm --filter=tlp-doc-v2 run storybook - you should see two sections, visual assets containing only badges, and structure and navigation components. - if you only want the docs section: pnpm run build-storybook-docs. Change-Id: Ie8e2e62950d786f073538deb7245635a3860537d

Modified Files

Name
M lib/frontend/constants/src/main.ts +8 −3 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-alert.mdx +17 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-alert.stories.ts +114 −0 Go to diff View file
M src/scripts/tlp-doc-v2/stories/tlp-badge.mdx +2 −2 Go to diff View file
M src/scripts/tlp-doc-v2/stories/tlp-badge.stories.ts +11 −38 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-card.mdx +12 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-card.stories.ts +83 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-layout.mdx +15 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-layout.scss +32 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-layout.stories.ts +92 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-pagination.mdx +10 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-pagination.stories.ts +70 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-pane.mdx +32 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-pane.stories.ts +200 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-tabs.mdx +12 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-tabs.stories.ts +140 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-wizard.mdx +12 −0 Go to diff View file
A src/scripts/tlp-doc-v2/stories/tlp-wizard.stories.ts +93 −0 Go to diff View file