Code Insights: Re-use form wildcard components
Created by: vovakulikov
Context
Since some PRs from the frontend-platform team, we have some components in wildcard components that were copied from the code-insights code-base. To avoid different implementations of the same things we have to consider avoiding our own implementation of some logic or visual components and use our shared components.
List of re-useable components
- Input: I couldn't find any refs to these. Just the exotic components below. - @unclejustin
- Button
- Checkbox
- Radio
- ForwardRefExoticComponent types