+
+
+
+
+
+
diff --git a/app/javascript/dashboard/components/widgets/conversation/stories/ContactBubble.stories.js b/app/javascript/dashboard/components/widgets/conversation/stories/ContactBubble.stories.js
new file mode 100644
index 000000000..ec000ab45
--- /dev/null
+++ b/app/javascript/dashboard/components/widgets/conversation/stories/ContactBubble.stories.js
@@ -0,0 +1,28 @@
+import ContactBubble from '../bubble/Contact.vue';
+
+export default {
+ title: 'Components/Messaging/ContactBubble',
+ component: ContactBubble,
+ argTypes: {
+ name: {
+ defaultValue: 'Eden Hazard',
+ control: {
+ type: 'string',
+ },
+ },
+ phoneNumber: {
+ defaultValue: '+517554433220',
+ control: {
+ type: 'string',
+ },
+ },
+ },
+};
+
+const Template = (args, { argTypes }) => ({
+ props: Object.keys(argTypes),
+ components: { ContactBubble },
+ template: '