Bulma CSS Classes

Bulma CSS class .has-icons-left

    <div class="field" style="max-width: 600px;">
        <p class="control has-icons-left has-icons-right">
            <input class="input" type="email" placeholder="Email">
            <span class="icon is-small is-left">
                <i class="fas fa-envelope"></i>
            </span>
        </p>
    </div>

Preview

Check .has-icons-left in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bulma CSS classes in Icon category

© 2024 Shuffle. All rights reserved.