+
+
+
+ {text}
+
+
+ {!isExpanded && canExpand && (
+
+ )}
+
+ {canExpand && (
+
+
+
+ )}
+
+ )
+}
diff --git a/libs/design-system/src/index.ts b/libs/design-system/src/index.ts
index 21ef7c2bf..7508cc0b3 100644
--- a/libs/design-system/src/index.ts
+++ b/libs/design-system/src/index.ts
@@ -45,6 +45,7 @@ export * from './core/Switch'
export * from './core/HoverCard'
export * from './core/SelectCard'
export * from './core/NavMenu'
+export * from './core/ExpandableText'
// components
export * from './components/UserDropdownMenu'