Skip to content

Commit 4b589ee

Browse files
committed
docs(FAQ): add badges entry, update "tags" screenshot
1 parent 145d8be commit 4b589ee

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
162 KB
Loading

docs/knowledge-base/FAQ.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Meta } from '@storybook/addon-docs/blocks';
22
import { Footer, TableOfContent } from '@sb/components';
33
import { MessageStrip } from '@ui5/webcomponents-react';
44
import SbTagFilter from '@sb/images/sb-pkg-filter.png';
5+
import { Badge } from "@sb/components/Badge.js";
56

67
<Meta title="FAQ" />
78

@@ -87,9 +88,15 @@ Each component developed by the UI5 Web Components team ([`ui5-webcomponents`](h
8788

8889
If a component does not have this note, it is a React-only component provided exclusively by `ui5-webcomponents-react`.
8990

90-
Additionally, Storybook supports filtering by tags, allowing you to filter by different `ui5-webcomponents` packages as well:
91+
Additionally, Storybook supports filtering by tags, allowing you to filter by different `ui5-webcomponents(-react)` packages as well:
9192

92-
<img src={SbTagFilter} alt="Storybook Tag Filter" height={320} />
93+
<img src={SbTagFilter} alt="Storybook Tag Filter" height={420} />
94+
95+
## What do the Badges in the Side Navigation mean?
96+
97+
- <Badge type="custom" />: There are no global design or UX specifications for this component, or it deviates from them partially or fully. More details can be found in the component’s description.
98+
- <Badge type="experimental" />: The component or pattern is in an experimental state, meaning changes to its public API may occur without a major version update (`v3.0.0`).
99+
- <Badge type="deprecated" />: The component is deprecated and will be removed in the next major version update (`v3.0.0`). More details can be found the component's description.
93100

94101
## Why isn't scoping working?
95102

0 commit comments

Comments
 (0)