This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Autogenerate component's props for guides pages #1209
Closed
Description
Feature Request
Problem description
Accessibility documentation describes components and their props. These props are manually added to the guide page. Which can cause maintainability problems in the future.
For example: FocusZone
guide page https://stardust-ui.github.io/react/focus-zone#props
Proposed solution
Autogenerate props from source code as it is done for component's section.