diff --git a/packages/tailwindcss/stories/Chat.stories.js b/packages/tailwindcss/stories/Chat.stories.js new file mode 100644 index 00000000..aac70d09 --- /dev/null +++ b/packages/tailwindcss/stories/Chat.stories.js @@ -0,0 +1,30 @@ +export default { + title: "Galleries/Chat", +}; + +const avatarImage = require("./assets/avatar_photo.jpg"); + +const Template = () => { + return ` +
+ `; +}; + +export const Default = Template.bind({});