-
Notifications
You must be signed in to change notification settings - Fork 56
[OUDS] Divider component #2932
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
[OUDS] Divider component #2932
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new Dividers component to provide horizontal and vertical rule helpers and updates the corresponding documentation and migration guides. Key changes include:
- Adding a new "Dividers" entry in the sidebar.
- Updating migration documentation to reference the new Dividers helper.
- Creating a new Dividers documentation file and updating horizontal rule examples in reboot.
Reviewed Changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
site/data/sidebar.yml | Added a new "Dividers" entry to the sidebar navigation. |
site/content/docs/0.3/migration.md | Updated migration documentation with Dividers helper details. |
site/content/docs/0.3/migration-from-boosted.md | Updated migration-from-boosted documentation for dividers. |
site/content/docs/0.3/helpers/dividers.md | Added new documentation for Dividers helpers. |
site/content/docs/0.3/content/reboot.md | Revised horizontal rule examples and descriptions. |
Files not reviewed (2)
- scss/_variables.scss: Language not supported
- scss/helpers/_vr.scss: Language not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe an <hr>
to change in:
- color-palette.md
- maybe a
.vr
example to uncomment in stacks.md - Some hr and vr might be broken in the doc: homepage for example
We can safely remove vertical-rule.md file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'mwondering if we should add vertical-align
somehow to make sure people don't struggle too much in block context. Tried it using inline-blocks and the rendering was weird.
245ed97
to
061c143
Compare
061c143
to
be13e06
Compare
Taken into account your global comment:
|
Related issues
Closes #2826
Description
Default
<hr>
styled in rebootNew divider helpers for horizontal and vertical rules
Motivation & Context
Types of change
Live previews
Checklist
Contribution
Accessibility
Design
Development
Documentation
Checklist (for Core Team only)