components
components copied to clipboard
React components for Cloudscape Design System
### Description Difficult to use `Pagination` when listing users in `AWS Cognito`. Reason: Some services are not easy to obtain total data counts. (See detail: This is not limited to...
### Description This PR submits the production version of the ContentLayout component. Previous usage was for internal purposes only. ### How has this been tested? Unit and Integration tests have...
### Description Removed href on last breadcrump in a group so that we can use aria-disabled on it while retaining validity of the HTML. ### How has this been tested?...
### Description Replaces use of tab trap component with a simpler Focus lock implementation ### How has this been tested? Existing tests ### Documentation changes [*Do the changes include any...
### Description Removes redundant `aria-valuemax` in favor of using just the `max` attribute ### How has this been tested? Built locally and reviewed rendered HTML to confirm that` aria-valuemax `has...
### Description Refactor date picker calendar by removing unneeded variable. ### How has this been tested? Existing tests -- no behaviour changes expected ### Documentation changes [*Do the changes include...
### Description Converts divs that are parts of an option item into spans because they are sometimes the child of a button tag and buttons cannot have div children ###...
### Description Adds a new variant of the date range picker that is not within a dropdown component. This allows for this variant of the date range picker to be...
### Description The autosuggest component is used internally by the property filter where the coming use case requires the autosuggest to be better abstract allowing for any content in the...
### Description POC: make property-filter operators translatable to allow for non-symbolic operators. ### How has this been tested? [_How did you test to verify your changes?_] [_How can reviewers test...