ValidationResults template ========================== This component is used to render form validation results as alert boxes. Errors are rendered as alert box type ```danger```. Warnings are rendered as alert box type ```warning```. Notices are rendered as alert box type ```primary```. Usage: ``` ``` It is possible, to render only a specific type of result by providing the ```type``` parameter: ``` ``` Use ```primary``` or ```success`` to only render results of type notice. Use ```warning``` to only render results of type warning. Use ```danger``` to only render results of type error.