is now part of Shuffle™. The new editor includes templates for Bulma, Bootstrap, Material-UI, and Tailwind CSS.
Switch to Shuffle →
← all Bulma classes list

Bulma class: .is-expanded

    <div class="field has-addons">
        <p class="control">
            <input class="input" type="text" placeholder="Example text">
        </p>
        <p class="control">
            <a class="button">
                Button
            </a>
        </p>
    </div>
    <div class="field has-addons">
        <p class="control is-expanded">
            <input class="input" type="text" placeholder="Text in expanded element">
        </p>
        <p class="control">
            <a href="#" class="button">
                Button
            </a>
        </p>
    </div>

Check .is-expanded 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 in Bulma Forms