-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
[Separator] Support vertical orientation #1304
Conversation
Netlify deploy preview |
64fcc31
to
ad24d62
Compare
@@ -18,7 +18,7 @@ export default function ExampleSeparator() { | |||
Support | |||
</a> | |||
|
|||
<Separator className={styles.Separator} /> | |||
<Separator orientation="vertical" className={styles.Separator} /> |
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.
These are actually vertical but incorrectly defaulted to horizontal before
ad24d62
to
8334bd0
Compare
8334bd0
to
e1132e3
Compare
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.
"The orientation of the separator" might work better than "The component orientation."?
Closes #1303
Prerequisite for Toolbar #661