react-haiku icon indicating copy to clipboard operation
react-haiku copied to clipboard

[FEAT] Create <Class /> utility component

Open DavidHDev opened this issue 1 year ago • 2 comments

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.

DavidHDev avatar Jul 09 '23 16:07 DavidHDev

Hello David, Can I work on this issue?

ansh-tripathi avatar Jul 10 '23 14:07 ansh-tripathi

All yours, have fun!

DavidHDev avatar Jul 10 '23 14:07 DavidHDev