You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I love the work you did to create this component! Is there any chance someone could extend documentation on the website. In a nutshell, it current describes "what", but not "how". Your documentation ASSUMES a lot of IMPLICIT knowledge and misses the basic implementation details. Look at chakra-ui, material-ui, firebase etc. - one is able to read the docs and implement it (without wasting 2h on youtube etc. to find out how to actually do it). Here is an example of chakra implementation with formik.
My particular struggles are/were:
how to integrate with formik ? (how to get data to formik from your components) - found the answer in youtube after wasting 1.5h
how to integrate it in child components? (I want to have it in sub-components, not in the main component. how do I extract data from your component to parent comps?)
how to integrate it to simple ? (extracting data )
how do I control width of components? (standard css width commands dont seem to work.
On a separate point, why does half of the documentation is in typescript? again, implicit knowledge assumed. Can you really not provide examples without typescript?
I think the whole community would appreciate if more practical examples could be provided. Once again thanks for the great component, I love it - just struggling a bit with implementing it successfully. Many thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys,
I love the work you did to create this component! Is there any chance someone could extend documentation on the website. In a nutshell, it current describes "what", but not "how". Your documentation ASSUMES a lot of IMPLICIT knowledge and misses the basic implementation details. Look at chakra-ui, material-ui, firebase etc. - one is able to read the docs and implement it (without wasting 2h on youtube etc. to find out how to actually do it). Here is an example of chakra implementation with formik.
My particular struggles are/were:
On a separate point, why does half of the documentation is in typescript? again, implicit knowledge assumed. Can you really not provide examples without typescript?
I think the whole community would appreciate if more practical examples could be provided. Once again thanks for the great component, I love it - just struggling a bit with implementing it successfully. Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions