David
David
Description: The documentation website should be updated with every new feature addition in order to keep the website up to date with everything that is new. The repository with the...
Description: Implement a utility component that enables the creation of dynamic, Pinterest-like grid layouts with flexible and responsive item positioning. Acceptance Criteria: - [ ] The component should arrange its...
Description: Add unit tests using the Jest testing framework to ensure the stability and reliability of the React Haiku library. Acceptance Criteria: - Configure Jest as the testing framework for...
Description: Develop an utility component that facilitates infinite scrolling behavior, dynamically loading more content as the user scrolls. Acceptance Criteria: - [ ] The component should detect when the user...
Description: Implement a versatile utility component that enables the display of helpful and customizable tooltips for various UI elements. Acceptance Criteria: - [ ] The component should provide an intuitive...
Description: Implement a utility component, , that simplifies adding or removing CSS classes dynamically in a React application. Acceptance Criteria: - [ ] The component should accept a className prop...
Description: Implement a versatile utility component that allows easy integration of image or content carousels into React applications. Acceptance Criteria: - [ ] The component should support horizontal and vertical...
**Description** These are the hooks/utilities that are currently not documented in the `/docs` directory: **Hooks** - [x] useBatteryStatus() - [ ] useCookie() - [x] useDeviceOS() - [ ] useCookieListener() -...
**Description** There are some features that are not included yet in the main README.md of this repo. **Acceptance Criteria** - [ ] Missing items are added - [ ] Each...
**Description** A hook that detects when a specific key or combination of keys is pressed. **Acceptance Criteria** - [ ] Single Key Detection: Triggers a callback when a specified key...