Files
react-test/docs/data/joy/customization/right-to-left/RtlDemo.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
338 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<CacheProvider value={cacheRtl}>
<CssVarsProvider theme={theme}>
<div dir="rtl">
<FormControl>
<FormLabel>ملصق</FormLabel>
<Input placeholder="العنصر النائب" />
<FormHelperText>هذا نص مساعد</FormHelperText>
</FormControl>
</div>
</CssVarsProvider>
</CacheProvider>