Emojify story captions
This commit is contained in:
parent
4f3280b415
commit
e3c7072ef1
2 changed files with 14 additions and 1 deletions
|
@ -130,6 +130,18 @@ Caption.args = {
|
|||
},
|
||||
};
|
||||
|
||||
export const EmojiCaption = Template.bind({});
|
||||
EmojiCaption.args = {
|
||||
story: {
|
||||
...getFakeStoryView(),
|
||||
attachment: fakeAttachment({
|
||||
caption: 'WOOOOOOOOW 🥰',
|
||||
path: 'file.jpg',
|
||||
url: '/fixtures/nathan-anderson-316188-unsplash.jpg',
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
||||
export const LongCaption = Template.bind({});
|
||||
LongCaption.args = {
|
||||
story: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue