Settings Section

A settings page block with tabs and toggle switches.

Saved preference for elorm init --ui-library base-ui
General settings
Manage your workspace preferences.

Receive emails about new features and updates.

Help improve elorm/ui by sharing anonymous usage data.

PreviewCode
import { SettingsSection } from "@/components/blocks/settings-section"

export function SettingsSectionDemo() {
  return <SettingsSection />
}

Installation#

Usage#

import { SettingsSection } from "@/components/blocks/settings-section"

A settings page block with tabs and toggle switches.