-
Notifications
You must be signed in to change notification settings - Fork 465
[dev-v5][Nav] Part 2 - Use the FluentNav in the demo site #4420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
6d6f226
Use the FluentNav in the demo site
vnbaaij e507ee3
Fix typos
vnbaaij e83f45d
Process review comments
vnbaaij 39cc6b6
Merge branch 'dev-v5' into users/vnbaaij/dev-v5/nav-part2
dvoituron db7c7e5
merge dev-v5
vnbaaij fb295c2
Merge branch 'users/vnbaaij/dev-v5/nav-part2' of https://github.com/m…
vnbaaij 3045495
Fix compiler messages
vnbaaij 2b83fc4
Fix demo csproj files
vnbaaij be0e622
- Fix nav order
vnbaaij f92135c
Process comments
vnbaaij File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...Demo/FluentUI.Demo.Client/Documentation/Components/Accordion/FluentAccordion.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| --- | ||
| title: Accordion | ||
| route: /Accordion | ||
| category: 20|Components | ||
| icon: TextCollapse | ||
| --- | ||
|
|
||
| # Accordion | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Avatar/FluentAvatar.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Avatar | ||
| route: /Avatar | ||
| icon: Person | ||
| --- | ||
|
|
||
| # Avatar | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Badge/FluentBadge.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Badge | ||
| route: /Badge | ||
| icon: Tag | ||
| --- | ||
|
|
||
| # Badge | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...Demo.Client/Documentation/Components/Buttons/AnchorButton/FluentAnchorButton.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: AnchorButton | ||
| route: /Button/AnchorButton | ||
| route: /Buttons/AnchorButton | ||
| --- | ||
|
|
||
| # AnchorButton | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...mo/FluentUI.Demo.Client/Documentation/Components/Buttons/Button/FluentButton.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| --- | ||
| title: Button | ||
| order: 0001 | ||
| route: /Button/Button | ||
| route: /Buttons/Button | ||
| --- | ||
|
|
||
| # Button | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
....Client/Documentation/Components/Buttons/CompoundButton/FluentCompoundButton.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: CompoundButton | ||
| route: /Button/CompoundButton | ||
| route: /Buttons/CompoundButton | ||
| --- | ||
|
|
||
| # CompoundButton | ||
|
|
||
7 changes: 4 additions & 3 deletions
7
...mo/FluentUI.Demo.Client/Documentation/Components/Buttons/FluentButtonDefault.md
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
...tUI.Demo.Client/Documentation/Components/Buttons/MenuButton/FluentMenuButton.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: MenuButton | ||
| route: /Button/MenuButton | ||
| route: /Buttons/MenuButton | ||
| --- | ||
|
|
||
| # MenuButton | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...I.Demo.Client/Documentation/Components/Buttons/SplitButton/FluentSplitButton.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: SplitButton | ||
| route: /Button/SplitButton | ||
| route: /Buttons/SplitButton | ||
| --- | ||
|
|
||
| # SplitButton | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...Demo.Client/Documentation/Components/Buttons/ToggleButton/FluentToggleButton.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: ToggleButton | ||
| route: /Button/ToggleButton | ||
| route: /Buttons/ToggleButton | ||
| --- | ||
|
|
||
| # ToggleButton | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Card/FluentCard.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Card | ||
| route: /Card | ||
| icon: ContactCard | ||
| --- | ||
|
|
||
| # Card | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...s/Demo/FluentUI.Demo.Client/Documentation/Components/Checkbox/FluentCheckbox.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Checkbox | ||
| route: /Checkbox | ||
| icon: CheckboxChecked | ||
| --- | ||
|
|
||
| # Checkbox | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Counter/CounterPage.md
This file contains hidden or 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
3 changes: 2 additions & 1 deletion
3
...luentUI.Demo.Client/Documentation/Components/CounterBadge/FluentCounterBadge.md
This file contains hidden or 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
1 change: 1 addition & 0 deletions
1
...s/Demo/FluentUI.Demo.Client/Documentation/Components/DataGrid/FluentDataGrid.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: DataGrid | ||
| route: /DataGrid/[Default] | ||
| icon: Table | ||
| --- | ||
|
|
||
| # DataGrid | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...s/Demo/FluentUI.Demo.Client/Documentation/Components/DateTime/FluentDateTime.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Date and Time pickers | ||
| route: /DateTime/[Default] | ||
| icon: Calendar | ||
| --- | ||
|
|
||
| # Date and Time pickers | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Dialog/FluentDialog.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Dialog | ||
| route: /Dialog | ||
| icon: AppGeneric | ||
| --- | ||
|
|
||
| # Dialog | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Dialog/FluentDrawer.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Drawer (Panel) | ||
| route: /Drawer | ||
| icon: PanelRight | ||
| --- | ||
|
|
||
| # Drawer (Panel) | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...s/Demo/FluentUI.Demo.Client/Documentation/Components/Dialog/FluentMessageBox.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: MessageBox | ||
| route: /MessageBox | ||
| icon: WindowHeaderHorizontal | ||
| --- | ||
|
|
||
| # MessageBox | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...les/Demo/FluentUI.Demo.Client/Documentation/Components/Divider/FluentDivider.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Divider | ||
| route: /Divider | ||
| icon: DividerShort | ||
| --- | ||
|
|
||
| # Divider | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Drag/FluentDragDrop.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Drag and Drop | ||
| route: /Drag | ||
| icon: Drag | ||
| --- | ||
|
|
||
| # Drag and Drop | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Emoji/FluentEmoji.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Emoji | ||
| route: /Emoji | ||
| icon: EmojiSmileSlight | ||
| --- | ||
|
|
||
| # Emoji | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...entUI.Demo.Client/Documentation/Components/ErrorBoundary/FluentErrorBoundary.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Error Boundary | ||
| route: /ErrorBoundary | ||
| icon: DocumentError | ||
| --- | ||
|
|
||
| # Error Boundary | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Field/FluentField.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Field | ||
| route: /Field | ||
| icon: TextField | ||
| --- | ||
|
|
||
| # Field | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Grid/FluentGrid.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Grid | ||
| route: /Grid | ||
| icon: SlideGrid | ||
| --- | ||
|
|
||
| # Grid | ||
|
|
||
1 change: 1 addition & 0 deletions
1
.../FluentUI.Demo.Client/Documentation/Components/Highlighter/FluentHighlighter.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Highlighter | ||
| route: /Highlighter | ||
| icon: Highlight | ||
| --- | ||
|
|
||
| # Highlighter | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Icon/FluentIcon.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Icon | ||
| route: /Icon | ||
| icon: Icons | ||
| --- | ||
|
|
||
| # Icon | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Image/FluentImage.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Image | ||
| route: /Image | ||
| icon: Image | ||
| --- | ||
|
|
||
| # Image | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...Demo/FluentUI.Demo.Client/Documentation/Components/InputFile/FluentInputFile.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: InputFile | ||
| route: /InputFile | ||
| icon: ArrowUpload | ||
| --- | ||
|
|
||
| # InputFile | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...les/Demo/FluentUI.Demo.Client/Documentation/Components/KeyCode/FluentKeyCode.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: KeyCode | ||
| route: /KeyCode | ||
| icon: Keyboard | ||
| --- | ||
|
|
||
| # KeyCode | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Label/FluentLabel.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Label | ||
| route: /Label | ||
| icon: DoorTag | ||
| --- | ||
|
|
||
| # Label | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Layout/FluentLayout.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Layout | ||
| route: /Layout | ||
| icon: ContentViewGallery | ||
| --- | ||
|
|
||
| # Layout | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Link/FluentLink.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Link | ||
| route: /link | ||
| icon: Link | ||
| --- | ||
|
|
||
| # Link | ||
|
|
||
4 changes: 2 additions & 2 deletions
4
...o/FluentUI.Demo.Client/Documentation/Components/List/Combobox/FluentCombobox.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: List / Combobox | ||
| route: /List/Combobox | ||
| title: Combobox | ||
| route: /Lists/Combobox | ||
| --- | ||
|
|
||
| # Combobox | ||
|
|
||
12 changes: 12 additions & 0 deletions
12
examples/Demo/FluentUI.Demo.Client/Documentation/Components/List/Lists.md
This file contains hidden or 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 @@ | ||
| --- | ||
| title: List components | ||
| route: /Lists/[Default] | ||
| icon: ListBar | ||
| --- | ||
| # List components | ||
|
|
||
| List components are used to display a collection of items. We currently provide the following list components: | ||
| - [FluentSelect](/Lists/Select): A dropdown list that allows users to select one or more options from a predefined list. | ||
| - [FluentCombobox](/Lists/Combobox): A combination of a dropdown list and an input field that allows users to select from a list or enter their own value. | ||
|
|
||
|
|
4 changes: 2 additions & 2 deletions
4
.../Demo/FluentUI.Demo.Client/Documentation/Components/List/Select/FluentSelect.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: List / Select | ||
| route: /List/Select | ||
| title: Select | ||
| route: /Lists/Select | ||
| --- | ||
|
|
||
| # Select | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Menu/FluentMenu.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Menu | ||
| route: /Menu | ||
| icon: LineHorizontal1Dot | ||
| --- | ||
|
|
||
| # Menu | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...mo/FluentUI.Demo.Client/Documentation/Components/MessageBar/FluentMessageBar.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: MessageBar | ||
| route: /MessageBar | ||
| icon: WindowHeaderHorizontal | ||
| --- | ||
|
|
||
| # MessageBar | ||
|
|
||
This file contains hidden or 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
1 change: 1 addition & 0 deletions
1
.../FluentUI.Demo.Client/Documentation/Components/Paginator/FluentPaginatorPage.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Paginator | ||
| route: /Paginator | ||
| icon: ArrowNext | ||
| --- | ||
|
|
||
| # Paginator | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...les/Demo/FluentUI.Demo.Client/Documentation/Components/Popover/FluentPopover.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Popover | ||
| route: /Popover | ||
| icon: TooltipQuote | ||
| --- | ||
|
|
||
| # Popover | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...emo/FluentUI.Demo.Client/Documentation/Components/Progress/FluentProgressBar.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: ProgressBar | ||
| route: /progress-bar | ||
| icon: SquareHint | ||
| --- | ||
|
|
||
| # ProgressBar | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...es/Demo/FluentUI.Demo.Client/Documentation/Components/Progress/FluentSpinner.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Spinner | ||
| route: /spinner | ||
| icon: ArrowClockwiseDashes | ||
| --- | ||
|
|
||
| # Spinner | ||
|
|
||
1 change: 1 addition & 0 deletions
1
examples/Demo/FluentUI.Demo.Client/Documentation/Components/Radio/FluentRadio.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Radio | ||
| route: /Radio | ||
| icon: RadioButton | ||
| --- | ||
|
|
||
| # RadioGroup and Radio | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...entUI.Demo.Client/Documentation/Components/RatingDisplay/FluentRatingDisplay.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: RatingDisplay | ||
| route: /rating-display | ||
| icon: Star | ||
| --- | ||
|
|
||
| # Rating display | ||
|
|
||
1 change: 1 addition & 0 deletions
1
...s/Demo/FluentUI.Demo.Client/Documentation/Components/Skeleton/FluentSkeleton.md
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| title: Skeleton | ||
| route: /Skeleton | ||
| icon: Shortpick | ||
| --- | ||
|
|
||
| # Skeleton | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.