We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Re the Aside component page:
If a user doesn't want the hanging rule on the aside, they can use the hideRule prop.
hideRule
However, this prop needs to be added to the <Aside> component, not the <Column> component, so the guidance on this page needs to be updated:
That is, the code shown needs to be updated to this:
<Column colMd={2} colLg={3} offsetMd={1} offsetLg={1}> <Aside hideRule>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Re the Aside component page:
If a user doesn't want the hanging rule on the aside, they can use the
hideRule
prop.However, this prop needs to be added to the <Aside> component, not the <Column> component, so the guidance on this page needs to be updated:
That is, the code shown needs to be updated to this:
The text was updated successfully, but these errors were encountered: