s-m-r-t

Installation

All components are available from the smrt-svelte package:

npm install @happyvertical/smrt-svelte

Basic Usage

// Core UI components
import { Button, Card, Badge } from '@happyvertical/svelte';

// smrt-specific components
import { TextInput, StatusBadge } from '@happyvertical/smrt-svelte';

Voice Input

Form components support voice input in smrt mode. Users can speak naturally to fill out forms. See individual component pages for voice command examples.