Components/FlatInput
Universal Component

FlatInput

Minimal input with flat styling

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

FlatInput

Lightweight input with a flat, compact look.

import { ref } from 'vue' const text = ref('') const secret = ref('')

Basic Usage

Flat Input

Text and password variants.

Demo loads on client.

API (Lite)

PropertyTypeDefaultDescription
modelValueInput value
placeholderPlaceholder text
iconPrefix icon class
passwordPassword mode
areaTextarea mode
Was this helpful?