patternfly / patternfly-org

Home of patternfly.org
https://www.patternfly.org
MIT License
70 stars 137 forks source link

Need ability to see what the props inherit from. #3579

Open dlabaj opened 1 year ago

dlabaj commented 1 year ago

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 commented 1 year ago

CC: @fhlavac