Feature: Contextual Feedback
As a Core Developer,
I want to provide users with a feedback message that requires their attention
So that users understand if an action is needed and what they need to do
Scenario: Alerts
Given that, a user may require contextual feedback
When they perform an action in Punchcard that required feedback
Then they will see an alert message
And the message will be displayed in context of the related element
And the message will state the issue and how the user can take action
Build a component for alert messages.
Contextual Feedback:
Related to #225