web-illinois / ilw-call-to-action

Call to action component for the toolkit.
MIT License
0 stars 0 forks source link
illinois-toolkit

ilw-call-to-action

Links: ilw-call-to-action in Builder | Illinois Web Theme | Toolkit Development

Overview

The call to action component is used to prompt visitors to perform an action or a few related actions, such as subscribing to a newsletter or beginning an application.

It can contain a link or group of links and may include an icon. It uses a background that contrasts with content around it to draw attention and add visual separation.

By default, the call to action is shown with a gray background and start-aligned text. There are a few attributes to control the component:

Code Examples

<ilw-call-to-action>
    <img src="https://cdn.brand.illinois.edu/icons/solid/white/comment.svg" alt="" slot="icon">
    <h3>Training Opportunities</h3>
    <p>Need more in-depth guidance on building Illinois websites? Check out these resources.</p>
    <ul class="ilw-buttons">
        <li><a href="#">Brand training resources</a></li>
        <li><a href="#">Web components guides</a></li>
    </ul>
</ilw-call-to-action>

Accessibility Notes

Upgrade Process

When upgrading from the v2 toolkit component, the following changes are needed: