Isaac Babalola

Results 13 issues of Isaac Babalola

#### Support plan * *is this issue currently blocking your project?* (yes): * *is this issue affecting a production system?* (no): #### Context * *node version*: 12.16.2 * *module version...

support

It could be good to add more functionalities to the select components **Describe the solution you'd like** - Image on the selected item - Image next to each possible option...

enhancement

1. We would like to create a basic accordion component like the following template: ```tsx {content} {content} {content} {content} {content} {content} ``` 2. the accordion should allow to disable a...

new component

[Tabs](https://main--6069a6f47f4b9f002171f8e1.chromatic.com/?path=/docs/dcxlibrary-tabs-documentation--page) is not non-js compliant, with js turn off contents of all tabs do not display To disable Javascript on your chrome browser please refer to the [following guide](https://developer.chrome.com/docs/devtools/javascript/disable/) **Please...

enhancement

All components of the library should be "tabbable", so to be so we need to expose prop, which allow consumers to pass in an index that can be assigned to...

a11y

As a developer I want to be able use a `paginator` component so that I can easily paginate between pages The `paginator` should: - Have a clickable left and right...

new component

When rendering the form input I noticed the empty error div was still rendered on page load ```html some label some hint ``` ![Screenshot 2024-04-19 at 13 53 38](https://github.com/Capgemini/dcx-react-library/assets/11960286/7d82cfea-58d0-492b-a673-40eb1be26f97) This...

**Describe the bug** 1. When rendering the form input, on page load the: ```tsx ``` render also when there's not an error Expected behaviour is to render only when an...

a11y

As a developer I want to be able to use a `Stepper` component so that I can provide a wizard-like workflow by dividing content into logical steps. The component should...

new component

As a developer I want to be able to use a `Skeleton` component so that I can display a placeholder preview for content that is loading to reduce user frustration...

new component