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
This is a v1.x issue (v0.x is no longer maintained).
I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
Provide a minimal unopinionated documentation of the components which you can ideally copy/paste to your application.
Current Behavior
Take a look at the MiniDrawer example, nowhere is an implementation to be found what is actually passed to the component in order to reproduce the demo. The properties are not trivial as they contain functions, e.g. theme. Even if you try to simplify it by removing the HOC and use a default theme with:
@akullpp The examples try to demonstrate how to use the component in a page. We have tried to keep them as simple as possible. Feel free to submit a pull request if you find a way to simplify them. We also plan on adding full page examples #10986
Another thing is the usage of classNames which is rather a strong assumption for a documentation I think.
Expected Behavior
Provide a minimal unopinionated documentation of the components which you can ideally copy/paste to your application.
Current Behavior
Take a look at the MiniDrawer example, nowhere is an implementation to be found what is actually passed to the component in order to reproduce the demo. The properties are not trivial as they contain functions, e.g.
theme
. Even if you try to simplify it by removing the HOC and use a default theme with:you will not get a usable implementation.
Another thing is the usage of classNames which is rather strong assuption for a documentation I think.
The text was updated successfully, but these errors were encountered: