This component enables you to show further details of something hidden behind a click action
title
A title passed in to show to the left of details
details
The message contained in the action click.
details-type
details-type is optional, and if not entered in, it will default to 'info'
This is one of 4 types which will chang the color theme:
- 'critical'
- 'info'
- 'success'
- 'warning'