Input

Add the input class to your text-based <input> tags (text, password, number and email types).

<label class="label">Type your email:</label>
<input type="text" class="input" placeholder="you@company.com">

Customize

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

siimple.config.js
export default {
    forms: {
        input: {
            backgroundColor: "muted",
            padding: "0.25rem",
        },
    },
    // ...other configuration
};

Designed and maintained with by @jmjuanes.

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

Currently v4.3.1