-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Allow offcanvas to be initialized in open state #33382
Conversation
May be worth noting the current documentation implies that this is possible on line 182:
|
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.
Ayy this looks good to me. I've updated the first example in the docs for this to put it to use. Now makes it much more dynamic inside the example.
This needs some more work on the JS side for sure and the example blocks page scrolling now until the example is closed :P |
71dfb0d
to
9f0e7ef
Compare
91ac502
to
f6572d0
Compare
f6572d0
to
a817e05
Compare
How we looking here? :) |
seems ok. It was a minor change |
According to this offcanvas should be able to initialized on shown state if it has the
show
class on its markup .I am not sure of this. Any Opinions?
(tests will be added after decision is made)
Preview
Closes #33372