react-haiku
react-haiku copied to clipboard
Implemented class utility component
Description: Implemented a utility component, that simplifies adding or removing CSS classes dynamically in a React application with following criteria:
✅ The component should accept a className prop and apply the corresponding CSS class to the rendered element. ✅ It should provide additional props or functions to conditionally add or remove classes based on specific conditions.