Bootstrap CSS Classes

Bootstrap CSS class .form-select-sm

    <select class="form-select-sm" aria-label="select example">
      <option value="">Choose...</option>
      <option value="1">Option 1</option>
      <option value="2">Option 2</option>
      <option value="3">Option 3</option>
    </select>

Preview

Check .form-select-sm 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 Bootstrap CSS classes in Forms category

© 2024 Shuffle. All rights reserved.