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

Added React Modal component to the UI Component Library #110

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 28, 2023

  1. Added .editorconfig to force spaces on my editor, fixed spelling and …

    …added a Modal component that supports stacking. console.log are left intentionally for reviewer to look into thought process
    lucasff committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    89d5efb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Adds a nice CSS only close icon to the dismiss button. Adds tab manag…

    …ement, so only a few specific HTML elements can be selected using the Tab key. Handles backdrop with a simple fade animation.
    lucasff committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9666c37 View commit details
    Browse the repository at this point in the history
  2. Adds simple tests

    lucasff committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    507a702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a5157d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    69caaef View commit details
    Browse the repository at this point in the history