Input Group
Compose an input with an adjacent action.Examples
Installation
Install the package, then import only the components a route uses. Exports are tree-shakable.
Install
pnpm add fractalsvelteImport
<script lang="ts">
import { InputGroup } from 'fractalsvelte';
</script>Usage
Usage
<script lang="ts">
import { InputGroup } from 'fractalsvelte';
</script>
<InputGroup />Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | 'horizontal' | Controls whether grouped controls are displayed in a row or column. |
