diff --git a/package-lock.json b/package-lock.json index 444f0a4b..0545bc6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "@react-ui-org/react-ui", - "version": "0.54.0", + "version": "0.55.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/src/components/Alert/README.md b/src/components/Alert/README.md index 34d696f5..6996d410 100644 --- a/src/components/Alert/README.md +++ b/src/components/Alert/README.md @@ -176,11 +176,14 @@ with the API of the React component are forwarded to the root `
` HTML element. This enables making the component interactive and helps to improve its accessibility. -👉 For the full list of supported attributes refer to: +👉 For forwarding HTML attributes programmatically, you can use the `transferProps` function. For detailed usage examples, refer to the [TransferProps documentation](/src/docs/js-helpers/transferProps.md). + +For the full list of supported attributes, you can also refer to: - [`
` HTML element attributes][div-attributes]{:target="_blank"} - [React common props]{:target="_blank"} + ## API diff --git a/src/components/Badge/README.md b/src/components/Badge/README.md index 1598f285..b7a7c51c 100644 --- a/src/components/Badge/README.md +++ b/src/components/Badge/README.md @@ -92,11 +92,14 @@ with the API of the React component are forwarded to the root `
` HTML element. This enables making the component interactive and helps to improve its accessibility. -👉 For the full list of supported attributes refer to: +👉 For forwarding HTML attributes programmatically, you can use the `transferProps` function. For detailed usage examples, refer to the [TransferProps documentation](/src/docs/js-helpers/transferProps.md). + +For the full list of supported attributes, you can also refer to: - [`
` HTML element attributes][div-attributes]{:target="_blank"} - [React common props]{:target="_blank"} + ## API diff --git a/src/components/Button/README.md b/src/components/Button/README.md index 800d93b7..d999ae96 100644 --- a/src/components/Button/README.md +++ b/src/components/Button/README.md @@ -389,15 +389,18 @@ animation is made. In addition to the options below in the [component's API](#api) section, you can specify **any HTML attribute you like.** All attributes that don't interfere -with the API of the React component are forwarded to the root `