patternfly-org icon indicating copy to clipboard operation
patternfly-org copied to clipboard

Need ability to see what the props inherit from.

Open dlabaj opened this issue 1 year ago • 1 comments

With more consumers using the documentation framework, we need the ability to see if props extend an existing props. Currently this is not supported. PF extensions can not see what props are missing if the extend props as shown here. In the example above trying to include the props for EmpyState from react-core currently does not work.

Suggested solution is to add this ability to the md file, and allow it link back to the PF component documentation that it's extending.

dlabaj avatar Jun 12 '23 15:06 dlabaj