Creating Extensible React UI ComponentsTreat UI components as base components with few dependencies and many dependents.To design an extendible component, it should have a component API, a theme, and be customizable.