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 ` +
+
+
+ + 城田 亜利沙 + +
+
+
+ +
9:15
+
+
+ あっという間の時間でしたが困難の多かった東京オリンピックの一番最後の式典で選手の方々、関係者の方々の労をねぎらう役目を頂けて光栄でした +
+
+
+
+ `; +}; + +export const Default = Template.bind({});