docs: Add Collapse and Placeholders examples to Cheatsheet Example#42043
Open
docs: Add Collapse and Placeholders examples to Cheatsheet Example#42043
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds two missing Bootstrap component sections (Collapse and Placeholders) to the cheatsheet example page, making it more comprehensive for developers who use it as a quick reference.
Changes:
- Added navigation links for Collapse and Placeholders components in the sidebar menu
- Added Collapse component section with standard toggle example
- Added Placeholders component section with card skeleton loader example
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
I think some of the failing tests are unrelated to my changes. |
Member
Can't run it locally right now, but it might come from the following empty heading: <h5 class="card-title placeholder-glow">
<span class="placeholder col-6"></span>
</h5> |
Introduced new sections for Collapse and Placeholders components in the cheatsheet example page, including navigation links and example usage for each component. Update site/src/assets/examples/cheatsheet/index.astro Update site/src/assets/examples/cheatsheet/index.astro Update index.astro Co-Authored-By: Copilot <175728472+Copilot@users.noreply.github.com>
b24a022 to
a3e2811
Compare
Contributor
Author
|
thanks for that pointer! I noticed the Placeholder example actually uses the following code, so I updated it and squashed the commits: <div class="h5 card-title placeholder-glow">
<span class="placeholder col-6"></span>
</div> |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Introduced new sections for Collapse and Placeholders components in the cheatsheet example page, including navigation links and example usage for each component.
Ideally we'd update the RTL page too but I don't have translations for the components. Shall we use auto-translate for it?
Motivation & Context
Cheatsheet page is really useful to see all the components on a single page and Collapse and Placeholders were missing.
Type of changes
Checklist
npm run lint)Live previews