-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
How to use component props #101
Comments
You need to pass in configuration options to the
There I'm setting all the form text input controls to take the 'filled' prop. And hand that off to your
|
@ngekoding does this answer your question? If so we can probably close this, though docs PRs are always welcome! |
Thank you for the answer and sorry for very late reply. In the time I facing the problem and moved to another scenario, so I don't use this library yet again. Maybe can try it in another project or just for make it sure. |
Hi, sorry for the basic question but I was try and search with no luck.
How to pass the component props, like we want to use
filled
to the input?Thanks in advance.
The text was updated successfully, but these errors were encountered: