Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
87073ea
feat(switch): update topics structure
Hristo313 Aug 31, 2026
fa84068
feat(switch): update topics content
Hristo313 Sep 1, 2026
974fea5
feat(switch): add images
Hristo313 Sep 1, 2026
f1d38e3
fix(switch): update usage sections
Hristo313 Sep 2, 2026
ce1bd62
fix(docs): broken links
Hristo313 Sep 2, 2026
73b2c38
fix(switch): update samples sizes
Hristo313 Sep 2, 2026
21034f5
fix(switch): update angular samples and content
Hristo313 Sep 2, 2026
0689ff7
fix(switch): update broken link
Hristo313 Sep 2, 2026
5e57ae3
Merge branch 'vnext' into hhristov/update-switch-topics
Hristo313 Sep 3, 2026
bcaf68c
Merge branch 'vnext' into hhristov/update-switch-topics
ChronosSF Sep 4, 2026
0b41ec6
fix(switch): update getting started and code snippets
Hristo313 Sep 8, 2026
28ef2d7
Merge branch 'hhristov/update-switch-topics' of https://github.com/Ig…
Hristo313 Sep 8, 2026
6201cc4
fix(switch): broken link
Hristo313 Sep 8, 2026
31cc543
fix(switch): move platform blocks only for the api links
Hristo313 Sep 9, 2026
b8c2843
Merge branch 'vnext' into hhristov/update-switch-topics
Hristo313 Sep 9, 2026
137419b
Merge branch 'vnext' into hhristov/update-switch-topics
Hristo313 Sep 9, 2026
88c82b4
fix(docs): update badge outlined sample height
Hristo313 Sep 10, 2026
ad2b3e7
Merge branch 'vnext' into hhristov/update-switch-topics
ChronosSF Sep 15, 2026
a3e0019
chore(switch): remove unneeded platformblock switching for apilinks
ChronosSF Sep 15, 2026
ba55bbf
chore(switch): combining more platformblocks into single flow
ChronosSF Sep 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
325 changes: 0 additions & 325 deletions docs/angular/src/content/en/components/switch.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Many Ignite UI components have predefined minimum and maximum border-radius valu
When you set `--ig-radius-factor` to 0, the component uses its minimum border-radius and will appear more block-like with sharp corners. When set to 1, the component uses its maximum predefined border-radius and will appear rounded.

Here is a list of the components that have predefined minimum and maximum border-radius values and can be modified using the `--ig-radius-factor` variable: <br/>
• [Action Strip](/action-strip) • [Button](inputs/button) • [Button Group](/inputs/button-group) • [Calendar](/calendar) • [Card](/card) • [Carousel](/carousel) • [Checkbox](/checkbox) • [Chip](/chip) • [Combo](/combo) • [Date Picker](/date-picker) • [Date Range Picker](/date-range-picker) • [Grid](/grid/grid) • [Input Group](/input-group) • [Linear Progress](/linear-progress) • [List](/list) • [Month Picker](/month-picker) • [Navigation Drawer](/navdrawer) • [Radio](/radio-button) • [Ripple](/ripple) • [Snackbar](/snackbar) • [Switch](/switch) • [Toast](/toast)
• [Action Strip](/action-strip) • [Button](inputs/button) • [Button Group](/inputs/button-group) • [Calendar](/calendar) • [Card](/card) • [Carousel](/carousel) • [Checkbox](/checkbox) • [Chip](/chip) • [Combo](/combo) • [Date Picker](/date-picker) • [Date Range Picker](/date-range-picker) • [Grid](/grid/grid) • [Input Group](/input-group) • [Linear Progress](/linear-progress) • [List](/list) • [Month Picker](/month-picker) • [Navigation Drawer](/navdrawer) • [Radio](/radio-button) • [Ripple](/ripple) • [Snackbar](/snackbar) • [Switch](inputs/switch) • [Toast](/toast)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/angular/src/content/en/components/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@
},
{
"name": "Switch",
"href": "switch.mdx"
"href": "inputs/switch.mdx"
},
{
"name": "Query Builder",
Expand Down
2 changes: 1 addition & 1 deletion docs/angular/src/content/en/components/tooltip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ $dark-tooltip: tooltip-theme(
```

<DocsAside type="info">
In order to style any additional components that are used as part of the tooltip's content (such as [`IgxButton`](./inputs/button.mdx), [`IgxSwitch`](/switch), etc.), an additional theme should be created that is specific to the respective component and placed under the tooltip's scope only (so it does not affect the rest of the application).
In order to style any additional components that are used as part of the tooltip's content (such as [`IgxButton`](./inputs/button.mdx), [`IgxSwitch`](./inputs/switch.mdx), etc.), an additional theme should be created that is specific to the respective component and placed under the tooltip's scope only (so it does not affect the rest of the application).
</DocsAside>

Since the tooltip uses the [`IgxOverlayService`](/overlay), in order for our custom theme to reach down the tooltip that we want to style, we will provide a specific outlet where the tooltip will be placed in the DOM when it is visible.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/xplat/src/assets/images/switch/switch-do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/xplat/src/content/en/components/inputs/badge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -685,13 +685,13 @@ The badge can also have a subtle border around it when the <ApiLink pkg="core" t

<PlatformBlock for="Angular">

<Sample src="/data-display/badge-outlined" height={212} position="center" noBorder={false} spacing="md" alt="Angular Badge outlined example" />
<Sample src="/data-display/badge-outlined" height={250} position="center" noBorder={false} spacing="md" alt="Angular Badge outlined example" />

</PlatformBlock>

<PlatformBlock for="React,WebComponents,Blazor">

<Sample src="/inputs/badge/outlined" height={212} position="center" noBorder={false} spacing="md" alt="{Platform} Badge Example" />
<Sample src="/inputs/badge/outlined" height={250} position="center" noBorder={false} spacing="md" alt="{Platform} Badge Example" />

The border color of the outlined badge can also be customized using the `--border-color` CSS variable.

Expand Down
Loading
Loading