Create a reusable Label component (#9833)

As seen with @Bonapara, I'm creating a Label component and use it in the
workflows.
This commit is contained in:
Baptiste Devessier
2025-01-24 19:25:04 +01:00
committed by GitHub
parent 55be726105
commit 84c299f8d4
4 changed files with 66 additions and 7 deletions

View File

@ -57,4 +57,5 @@ export * from './tooltip/OverflowingTextWithTooltip';
export * from './typography/components/H1Title';
export * from './typography/components/H2Title';
export * from './typography/components/H3Title';
export * from './typography/components/Label';
export * from './typography/components/StyledText';