-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for a docked sheet #42
Comments
Question: what happens to Arrows when a sheet is docked? Is it grouped with the iframe’s container and displayed next to it? Or is it its own separate element that is always displayed at the edge of the screen/window? For instance:
Edit: Answer 2. Basically we have docked left | arrow left | iframe | arrow right | docked right |
Detailing what has to be handled after the initial implementation on commit 33fc3d8d deployment – not using the alias to pinpoint the state at the time of writing.
|
This component will look almost exactly like the popover sheet described in #41, but rather than appearing on top of the content, it'll be displayed next to it, pushing things to the side in doing so.
If the affordance allows it, this component should also be resizable, allowing the user to control the width, as constrained by a minimum and maximum width.
The text was updated successfully, but these errors were encountered: