Flex Input

Default Styling

This allows you to have a button in the same row as its input field.

<form class="flex-input">
    <input type="text" placeholder="text" />
    <button>Submit</button>
</form>
Link to single component view