Open
Description
Current Scenario
- If we want to make the preview shown by default, we've to use the
visible
prop. - The problem with this prop is that it's not easy to understand and search, so If we search "prev", the visible prop won't be there in the typescript suggestions and no examples are there in the documentation from which one can easily find the way to show the preview by default.
Changes
- We can rename the prop from
visible
to something else which contains the wordpreview
in it so it's easy to find from the typescript suggestions. - Also we can add some examples for this in the documentation.
Metadata
Metadata
Assignees
Labels
No labels