Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b8a8827
feat(docs): update accordion xplat topic
IMinchev64 Jul 20, 2026
4c557af
fix(docs): fix relative links in accordion topic
IMinchev64 Jul 20, 2026
0d1c5cb
fix(docs): fix lint in accordion topic
IMinchev64 Jul 20, 2026
59afcec
Merge branch 'vnext' into iminchev/update-accordion-topic
IMinchev64 Jul 22, 2026
fec5d58
Merge branch 'vnext' into iminchev/update-accordion-topic
IMinchev64 Jul 22, 2026
0be7ca3
docs: update accordion documentation and assets
IMinchev64 Jul 22, 2026
85e9374
fix(accordion): broken relative links
IMinchev64 Jul 22, 2026
72a4f28
fix(accordion): broken relative links
IMinchev64 Jul 22, 2026
46aeafc
fix(accordion): update accordion image names and fix import paths
IMinchev64 Jul 22, 2026
04b7bbc
fix(accordion): add image assets for angular
IMinchev64 Jul 22, 2026
3e19255
Merge branch 'vnext' into iminchev/update-accordion-topic
IMinchev64 Jul 30, 2026
ab9134b
docs: add accordion do-dont retina images
IMinchev64 Jul 30, 2026
fd69855
docs: update dependencies
IMinchev64 Jul 30, 2026
2e44066
docs: update accordion topic structure
IMinchev64 Jul 30, 2026
cb59104
docs(accordion): update anatomy section
IMinchev64 Jul 30, 2026
64b7f55
chore: merge master into iminchev/update-accordion-topic
Copilot Aug 11, 2026
148c4d8
chore: merge vnext into iminchev/update-accordion-topic
Copilot Aug 11, 2026
27cb83e
feat(docs): restore updated accordion xplat topic
Copilot Aug 11, 2026
8abe0ad
feat(docs): update accordion examples and add styling sections for React
IMinchev64 Aug 12, 2026
3e27130
fix(docs): update Accordion section to remove Angular exclusion and m…
IMinchev64 Aug 12, 2026
3ae2cad
fix(docs): update accordion sample heights for better visibility
IMinchev64 Aug 12, 2026
377923a
fix(accordion): add noBackground prop to accordion sample components
IMinchev64 Aug 26, 2026
97135e4
docs(accordion): align platform samples and styling guidance
IMinchev64 Aug 27, 2026
0f27c8f
Merge branch 'vnext' into iminchev/update-accordion-topic
IMinchev64 Aug 28, 2026
2d7881d
fix(accordion): angular sample height
IMinchev64 Aug 28, 2026
c55c844
fix(accordion): update sections
IMinchev64 Aug 28, 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
449 changes: 449 additions & 0 deletions docs/angular/src/content/en/components/badge.mdx

Large diffs are not rendered by default.

370 changes: 370 additions & 0 deletions docs/angular/src/content/en/components/layouts/accordion.mdx

Large diffs are not rendered by default.

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.
894 changes: 796 additions & 98 deletions docs/xplat/src/content/en/components/layouts/accordion.mdx

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions docs/xplat/src/content/en/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2215,11 +2215,10 @@
"header": true
},
{
"exclude": [
"Angular"
],
"exclude": [],
"name": "Accordion",
"href": "layouts/accordion.mdx"
"href": "layouts/accordion.mdx",
"updated": true
},
{
"name": "Avatar",
Expand Down
Loading