We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sx
What you were expecting: I want to style my TabbedForm using sxprop according to documentation : https://marmelab.com/react-admin/TabbedForm.html#sx-css-api
What happened instead: It seems that sxprop does not exist in TabbedFormProps
Steps to reproduce: Try to use sx prop on a TabbedForm.
Related code: https://codesandbox.io/s/zealous-hooks-e68jw7?file=/src/posts/PostEdit.tsx
Environment
The text was updated successfully, but these errors were encountered:
<TabbedForm>
Successfully merging a pull request may close this issue.
What you were expecting:
I want to style my TabbedForm using
sx
prop according to documentation : https://marmelab.com/react-admin/TabbedForm.html#sx-css-apiWhat happened instead:
It seems that
sx
prop does not exist in TabbedFormPropsSteps to reproduce:
Try to use sx prop on a TabbedForm.
Related code:
https://codesandbox.io/s/zealous-hooks-e68jw7?file=/src/posts/PostEdit.tsx
Environment
The text was updated successfully, but these errors were encountered: