-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add preview warning for Table component (#24731)
* chore: Add preview warning for Table component Adds a preview warning to the Table component doc page * changefile
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-table-ddcc6b94-4437-438d-bddb-f7ff6a059c7b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "chore: Add preview warning for Table component", | ||
"packageName": "@fluentui/react-table", | ||
"email": "lingfangao@hotmail.com", | ||
"dependentChangeType": "none" | ||
} |
12 changes: 12 additions & 0 deletions
12
packages/react-components/react-table/src/stories/Table/TableDescription.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!-- Don't allow prettier to collapse code block into single line --> | ||
<!-- prettier-ignore --> | ||
> **⚠️ Preview components are considered unstable:** | ||
> | ||
> ```jsx | ||
> | ||
> import { Table } from '@fluentui/react-components/unstable'; | ||
> | ||
> ``` | ||
> | ||
> - Features and APIs may change before final release | ||
> - Please contact us if you intend to use this in your product |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters