Skip to main content
  • TextSizeSelect - Dropdown for selecting text size preference * Options: - Small: Smaller text for more content density - Standard: Default text size (recommended) - Large: Larger text for better readability

Usage

import { TextSizeSelect } from '@/components/TextSizeSelect';

export default function Example() {
  return (
    <TextSizeSelect  />
  );
}