Skip to content

VQA: Drawer #8051

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

Open
aks07 opened this issue May 26, 2025 · 1 comment
Open

VQA: Drawer #8051

aks07 opened this issue May 26, 2025 · 1 comment
Assignees

Comments

@aks07
Copy link
Contributor

aks07 commented May 26, 2025

  • The Panel, as defined in Figma:

    • Has a fixed width and fixed height.
    • Is as wide as necessary based on content.
    • Uses the same shadow stack defined earlier.
    • Has no border radius.
    • Covers the entire viewport height.
    • Close button is positioned on the left.
    • Supports passing an Actions component to the header, as defined in Figma.
  • The Drawer, as defined in Figma:

    • Is a floating overlay panel.
    • Maintains a 16px gap from all screen edges (top and side margins are fixed at 16px).
    • Includes a border radius as defined in Figma.
    • Close button is positioned on the right.
  • Both Drawer and Panel follow the same motion parameters:

    transition: all 0.2s;
    transition-timing-function: cubic-bezier(0.76, 0, 0.23, 1);
Copy link

request-info bot commented May 26, 2025

We would appreciate it if you could provide us with more info about this issue/pr!

@aks07 aks07 self-assigned this May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant