Default
Empty states within the application often times need a message prompting the user to take a certain action. The call to action component encapsulates these concerns.
Welcome to Invision Customer Care
You do not have a customer loaded. Search or create a customer to begin.
- HTML
<div class="t-content c-content"> <div class="c-callToAction"> <inv-icon class="c-callToAction-logo" glyph="'logo_customer_care'"></inv-icon> <div class="c-callToAction-label">Welcome to Invision Customer Care</div> <div class="c-callToAction-label c-callToAction-label--secondary">You do not have a customer loaded. Search or create a customer to begin.</div> </div> </div>