react-haiku
react-haiku copied to clipboard
[FEAT] Create <Class /> utility component
Description: Implement a utility component, <Class />, that simplifies adding or removing CSS classes dynamically in a React application.
Acceptance Criteria:
- [ ] The <Class /> 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.
Hello David, Can I work on this issue?
All yours, have fun!