Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a248118
feat(card): update card xplat topic
IMinchev64 Aug 18, 2026
6293d2e
fix(carousel): adjust sample height in carousel documentation
IMinchev64 Aug 19, 2026
aa129cc
Merge branch 'vnext' into iminchev/update-carousel-topic
IMinchev64 Aug 27, 2026
f419d12
fix(carousel): resolve lint, spellcheck, and relative links errors
IMinchev64 Aug 27, 2026
e25e116
fix(carousel): angular build
IMinchev64 Aug 27, 2026
e3d0f93
fix(carousel): update samples and sections
IMinchev64 Aug 31, 2026
5ce0955
fix(carousel): update sample heights for styling examples
IMinchev64 Sep 9, 2026
66cdb79
Merge branch 'vnext' into iminchev/update-carousel-topic
IMinchev64 Sep 10, 2026
bc4411f
fix(carousel): relative links errors
IMinchev64 Sep 10, 2026
649d1a9
fix(carousel): ensure parity between xplat and angular
IMinchev64 Sep 14, 2026
d57c046
fix(carousel): add sass theming parameters table
IMinchev64 Sep 14, 2026
89159b7
fix(carousel): fix frontmatter title
IMinchev64 Sep 14, 2026
4cfff39
Merge branch 'vnext' into iminchev/update-carousel-topic
IMinchev64 Sep 23, 2026
75b76be
refactor(carousel): optimize platform blocks
IMinchev64 Sep 23, 2026
f342fc8
fix(carousel): relative links
IMinchev64 Sep 23, 2026
f98048f
Merge branch 'vnext' into iminchev/update-carousel-topic
IMinchev64 Sep 24, 2026
3a0be5b
fix(carousel): remove generated carousel.mdx
IMinchev64 Sep 24, 2026
e2e11a9
fix(carousel): fix angular getting-started and api links, dedupe tail…
IMinchev64 Sep 24, 2026
e504d3f
fix(carousel): share animations and configuration intros across platf…
IMinchev64 Sep 24, 2026
f525511
fix(carousel): enable them picker on samples
IMinchev64 Sep 24, 2026
f6b27da
Merge branch 'vnext' into iminchev/update-carousel-topic
ChronosSF Sep 24, 2026
7564432
Merge branch 'vnext' into iminchev/update-carousel-topic
ChronosSF Sep 25, 2026
069fa17
Merge branch 'vnext' into iminchev/update-carousel-topic
ChronosSF Sep 25, 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
646 changes: 0 additions & 646 deletions docs/angular/src/content/en/components/carousel.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ These templates generate components into an existing Angular workspace only. The
| geographic-map | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c geographic-map newGeographicMap</code><br />Ignite UI CLI:<br /><code>ig add geographic-map newGeographicMap</code><details>Basic IgxGeographicMap.</details> | [IgxGeographicMap](../../geo-map.mdx) displaying geo-spatial data on geographic imagery maps. |
| <b>Layouts</b> | | |
| dock-manager | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c dock-manager newDockManager</code><br />Ignite UI CLI:<br /><code>ig add dock-manager newDockManager</code><details>Basic IgcDockManager.</details> | [IgcDockManager](../../dock-manager.mdx) with nine content slots. |
| carousel | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c carousel newCarousel</code><br />Ignite UI CLI:<br /><code>ig add carousel newCarousel</code><details>Basic IgxCarousel.</details> | [IgxCarousel](../../carousel.mdx) cycling through a series of images. |
| carousel | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c carousel newCarousel</code><br />Ignite UI CLI:<br /><code>ig add carousel newCarousel</code><details>Basic IgxCarousel.</details> | [IgxCarousel](../../layouts/carousel.mdx) cycling through a series of images. |
| tabs | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c tabs newTabs</code><br />Ignite UI CLI:<br /><code>ig add tabs newTabs</code><details>Basic IgxTabs.</details> | [IgxTabs](../../tabs.mdx) component that includes three customized tab-groups. |
| bottom-nav | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c bottom-nav newBottomNav</code><br />Ignite UI CLI:<br /><code>ig add bottom-nav newBottomNav</code><details>Three item bottom-nav template.</details> | Three item bottom [navbar](../../navbar.mdx) template. |
| accordion | Ignite UI Schematics collection:<br /><code>ng g @igniteui/angular-schematics:c accordion newAccordion</code><br />Ignite UI CLI:<br /><code>ig add accordion newAccordion</code><details>Basic IgxAccordion sample.</details> | [IgxAccordion](../../accordion.mdx) with multiple collapsible panels in a single container. |
Expand Down
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](inputs/switch) • [Toast](/toast)
• [Action Strip](/action-strip) • [Button](inputs/button) • [Button Group](/inputs/button-group) • [Calendar](/calendar) • [Card](/card) • [Carousel](/layouts/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 @@ -2208,7 +2208,7 @@
},
{
"name": "Carousel",
"href": "carousel.mdx",
"href": "layouts/carousel.mdx",
"new": false
},
{
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.
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This index records what each component's documentation covers today. **Not docum
| [Button Group](../inputs/button-group.mdx) | Not documented yet | Not documented yet | — |
| [Calendar](../calendar.mdx#keyboard-navigation) | Documented | Not documented yet | [Keyboard navigation](../calendar.mdx#keyboard-navigation) |
| [Card](../card.mdx) | Not documented yet | Not documented yet | — |
| [Carousel](../carousel.mdx#accessibility) | Documented | Documented | [Accessibility](../carousel.mdx#accessibility) |
| [Carousel](../layouts/carousel.mdx#accessibility) | Documented | Documented | [Accessibility](../layouts/carousel.mdx#accessibility) |
| [Checkbox](../checkbox.mdx) | Not documented yet | Not documented yet | — |
| [Chip](../chip.mdx#keyboard-navigation) | Documented | Not documented yet | [Keyboard navigation](../chip.mdx#keyboard-navigation) |
| [Circular Progress](../circular-progress.mdx) | Not documented yet | Not documented yet | — |
Expand Down
Loading
Loading