-
Notifications
You must be signed in to change notification settings - Fork 148
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
feat(SideNav): Implementation, Documentation, Tests #2167
Conversation
🦋 Changeset detectedLatest commit: 436face The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ PR title follows Conventional Commits specification. |
* | ||
* @default true | ||
*/ | ||
isLazy?: boolean; |
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.
When would we need it to be false?
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.
In case they are doing document.querySelector
somewhere, or if they want to render a portal container inside Drawer (portal container has to exist in DOM all time) which was the usecase for us in SideNav.
We have similar prop in Tabs so exposed it to consumers
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.
Looks good. I think you only need to figure out that delay thing if its causing some issues, otherwise lets ship it 🚀
Description
This PR has
Note
Don't be scared of seeing 6k+ changes. Its just documentation, snapshots, tests, etc
Changes
Additional Information
Component Checklist