Broken out from #415
I'm submitting a ...
What is the current behavior?
Currently there is a prop thats being created in this PR (#417) for a dismissible flash message. However some work needs to be done to this component by an engineer to make sure its written properly and functions as intended.
What is the expected behavior?
When writing this component:
For feature requests: why should the behavior change?
Because we use a dismissible flash message on most projects and so it would be nice to have a component that we can pull from and use instead of reinventing the wheel every time.
Broken out from #415
I'm submitting a ...
What is the current behavior?
Currently there is a prop thats being created in this PR (#417) for a dismissible flash message. However some work needs to be done to this component by an engineer to make sure its written properly and functions as intended.
What is the expected behavior?
<Flash dismissible>is usedWhen writing this component:
<Flash dismissible> Dismissible flash message </Flashand the close button will be included.For feature requests: why should the behavior change?
Because we use a dismissible flash message on most projects and so it would be nice to have a component that we can pull from and use instead of reinventing the wheel every time.