s-m-r-t
Docs Components Modules Themes Reference FAQ
Overview

Admin

  • AgentAdminPanel
  • AgentAdminTabs
  • AgentSettingsShell

Calendar

  • Calendar
  • DayView

Data

  • DataTable

Display

  • ConfidenceBadge
  • CurrencyDisplay
  • DateDisplay
  • Icon
  • StatusBadge

Feedback

  • ConfirmDialog
  • LoadingOverlay
  • Modal
  • ProgressBar

Forms

  • AddressInput
  • CheckboxInput
  • DateRangeInput
  • DateTimeInput
  • FileUpload
  • Form
  • FormGroup
  • FormMicButton
  • Input
  • MeasurementInput
  • MoneyInput
  • NumberInput
  • PhoneInput
  • SearchInput
  • Select
  • SelectInput
  • Textarea
  • TextareaInput
  • TextInput
  • Toggle

Layout

  • Container
  • EmptyState
  • Footer
  • Grid
  • Header
  • Masthead
  • PageHeader
  • SummaryCard

Memberships

  • MembershipCard
  • MembershipList

Module

  • ModulePanel

Navigation

  • FilterChips
  • Tabs

Permissions

  • PermissionCheck

Roles

  • RoleBadge
  • RoleSelector

Theme

  • ThemeProvider

UI

  • Badge
  • Button
  • Card
  • Pagination

Event Components

Calendar and meeting UI components from smrt-events module.

MeetingView

Display meeting details with attendees and agenda

Usage Example

typescript
import { MeetingView } from '@happyvertical/smrt-events/svelte';

<MeetingView
  meeting={meeting}
  attendees={attendees}
  showAgenda={true}
/>

Related Module

→ See smrt-events module documentation
s-m-r-t
Docs Components Modules GitHub