12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
|
|
<CacheProvider value={cacheRtl}>
|
||
|
|
<ThemeProvider theme={theme}>
|
||
|
|
<div dir="rtl">
|
||
|
|
<TextField
|
||
|
|
label="ملصق"
|
||
|
|
placeholder="العنصر النائب"
|
||
|
|
helperText="هذا نص مساعد"
|
||
|
|
variant="outlined"
|
||
|
|
/>
|
||
|
|
</div>
|
||
|
|
</ThemeProvider>
|
||
|
|
</CacheProvider>
|