RadioButton: Make description appear in a Tooltip component (#78010)

This commit is contained in:
Laura Fernández
2023-11-27 13:54:07 +01:00
committed by GitHub
parent 1c270b1dc2
commit e422a92eae
10 changed files with 44 additions and 29 deletions

View File

@@ -10,6 +10,9 @@
* @alpha
*/
export const Components = {
RadioButton: {
container: 'data-testid radio-button',
},
Breadcrumbs: {
breadcrumb: (title: string) => `data-testid ${title} breadcrumb`,
},