Components
UI components for building smrt applications
Layout
Structure and layout components for building page layouts
Display
Visual components for displaying information
Forms
Form components with voice input support
Installation
All components are available from the smrt-svelte package:
npm install @happyvertical/smrt-svelteBasic 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.