Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt

Use this file to discover all available pages before exploring further.

  • 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  />
  );
}