daisyui / react-daisyui

daisyUI components built with React 🌼
http://react.daisyui.com/
MIT License
961 stars 103 forks source link

feat: add ChatBubble component #270

Closed yurisldk closed 1 year ago

yurisldk commented 1 year ago

Add src/ChatBubble composite component. since component is composite a default story contains custom controls to show all possible cases to use. The official Chat bubble documentation was used as a reference for this component.

fix: #262

netlify[bot] commented 1 year ago

Deploy Preview for react-daisyui processing.

Name Link
Latest commit 7f4a8a1b038d37aa85e3a0a59d61e7d4ba7d51ba
Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/6392e818a8811f0009ee7c6a
netlify[bot] commented 1 year ago

Deploy Preview for react-daisyui processing.

Name Link
Latest commit 7f4a8a1b038d37aa85e3a0a59d61e7d4ba7d51ba
Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/6392e818a8811f0009ee7c6a
netlify[bot] commented 1 year ago

Deploy Preview for react-daisyui ready!

Name Link
Latest commit 67a12c9c482971345f6086ddc6de6aa82da1c987
Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/6396ba6255d30d0009a0b0df
Deploy Preview https://deploy-preview-270--react-daisyui.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

yurisldk commented 1 year ago

Can you export the component and it's types from src/index.tsx?

@benjitrosch done.

Ready for review. Thank you.