Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
PR review changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkumbhare116 committed Oct 16, 2023
1 parent d93c9e9 commit fdb89ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/terra-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Added
* Added hidden text to announce the intent of the badge

* Changed
* Removed `aria-hidden` from the textContent to announce text of badge

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@ This component requires the following peer dependencies be installed in your app
|-|-|
| react | ^16.8.5 |
| react-dom | ^16.8.5 |
| react-intl | ^2.8.0 |

<!-- AUTO-GENERATED-CONTENT:END -->

## Implementation Notes
The Badge component must be composed inside the [Base][1] component with a locale in order for it to load the correct translation strings.

[1]: https://engineering.cerner.com/terra-core/components/terra-base/base/base

## Usage

```jsx
Expand Down

0 comments on commit fdb89ce

Please sign in to comment.