ChatBubble
Package: @tesserix/native
Import
import { ChatBubble } from '@tesserix/native'Related types
ChatBubbleProps
Source
- Component:
packages/native/src/components/ChatBubble/ChatBubble.tsx - Story:
packages/native/src/components/ChatBubble/ChatBubble.stories.tsx - Test:
packages/native/src/components/ChatBubble/ChatBubble.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { ChatBubble } from '@tesserix/native'
export function DemoChatBubble() {
return <ChatBubble />
}