Section Message

Design Code

Section Message Usage


Example 1

Click Me Click Me Two
    <nile-section-message
heading="Please Upload a CSV File"
description="Please upload a CSV file which is formatted correctly to avoid errors
.This could even be a longer paragraph here. Maybe a 3
liner as you can see it.But the point being to show it off right now."

style="width: 578px;"
>

<span slot="footer__actions">Click Me</span>
<span slot="footer__actions">Click Me Two</span>
</nile-section-message>

Slots


Name Description
section__heading Slot for the section heading
section__description Slot for the section description
footer__actions Slot for the footer actions.
icon Slot for the icon element.

Attributes & Properties

Name Description Reflects Type Default
heading It gives a heading to the section-message . False string ''
description It gives a description to the section-message . False String ''
iconSize Gives the size to the icon. False Number 16

To be added