Select

You can style your <select> elements adding a select class.

<select class="select">
    <option selected>Option 1</option>
    <option>Option 2</option>
    <option>Option 3</option>
</select>

Customize

The select element will apply the styles defined in the forms.select field of your theme configuration.

siimple.config.js
export default {
    forms: {
        select: {
            backgroundColor: "fill",
        },
    },
    // ...other configuration
};

Designed and maintained with by @jmjuanes.

Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.

Currently v4.3.1