Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 942 Bytes

INPUT-SIMPLE.md

File metadata and controls

24 lines (18 loc) · 942 Bytes

InputSimple

import { InputSimple } from "@mpiorowski/svelte-init";

Usage

<InputSimple placeholder="Input placeholder" bind:value={inputValue} />
<InputSimple placeholder="Input placeholder" bind:value={inputValue} disabled={false} />
Prop Values Default
value unknown
placeholder string
type text, number, password, email, datetime-local, date, color text
disabled boolean false