pariveda-accelerators / react-toolkit

Component library and other helpful tooling when building an application using React
MIT License
1 stars 1 forks source link

Scalable solution for sharing props across components #32

Open zakbutcher opened 4 years ago

zakbutcher commented 4 years ago

Motivation

There are a wide variety of props that are shared across components and a scalable solution to add, remove, or modify how those props apply to multiple components is a should have feature of this component library.

Prop Groups

Resources / Possible Options