Skip to content
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

Implement UsaOverlay component #58

Closed
Tracked by #56
patrickcate opened this issue Oct 30, 2021 · 0 comments
Closed
Tracked by #56

Implement UsaOverlay component #58

patrickcate opened this issue Oct 30, 2021 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@patrickcate
Copy link
Owner

patrickcate commented Oct 30, 2021

Overlay

Semi-transparent overlap displayed under open modal and mobile menu elements.

Props

Name Type Default Required Options
visible Boolean false false n/a

Slots

  • None

CSS Classes

  • visible: is-visible

External Libraries

  • None

Sub-Components

  • None

Dependencies

  • None

Notes

  • None

Examples

<UsaOverlay visible />

Tests

  1. The overlay is hidden by default.
  2. When the prop visible is true, the CSS class is-visible is applied.
@patrickcate patrickcate changed the title UsaOverlay component Implement UsaOverlay component Oct 30, 2021
@patrickcate patrickcate added the feature New feature or request label Nov 11, 2021
@patrickcate patrickcate self-assigned this Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant