+ {props.i18n?.title ?? 'Need Guidance?'} + + {props.i18n?.subtitle ?? 'ASK THE COMMUNITY'} + +
+ + ) +} diff --git a/src/components/CommunityBubble/index.ts b/src/components/CommunityBubble/index.ts new file mode 100644 index 00000000..ef0db485 --- /dev/null +++ b/src/components/CommunityBubble/index.ts @@ -0,0 +1,2 @@ +export * from './CommunityBubble.props' +export * from './CommunityBubble' diff --git a/src/index.ts b/src/index.ts index d4538ba4..51f73a67 100644 --- a/src/index.ts +++ b/src/index.ts @@ -96,6 +96,7 @@ export * from './components/IconBadge/IconBadge' export * from './components/SmartWearableFilter' export * from './components/SmartBadge' export * from './components/SmartIcon' +export * from './components/CommunityBubble' // Semantic components /* eslint-disable no-restricted-imports */