> ## 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

> * 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

* 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

```tsx theme={null}
import { TextSizeSelect } from '@/components/TextSizeSelect';

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