Rename BlogPost -> Article
This commit is contained in:
17
web/src/components/Article/Article.stories.js
Normal file
17
web/src/components/Article/Article.stories.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import Article from './Article'
|
||||
|
||||
export const generated = () => {
|
||||
return (
|
||||
<Article
|
||||
post={{
|
||||
id: 1,
|
||||
title: 'First Post',
|
||||
body:
|
||||
'Neutra tacos hot chicken prism raw denim, put a bird on it enamel pin post-ironic vape cred DIY. Street art next level umami squid. Hammock hexagon glossier 8-bit banjo. Neutra la croix mixtape echo park four loko semiotics kitsch forage chambray. Semiotics salvia selfies jianbing hella shaman. Letterpress helvetica vaporware cronut, shaman butcher YOLO poke fixie hoodie gentrify woke heirloom.',
|
||||
createdAt: '2020-01-01T12:34:56Z',
|
||||
}}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
export default { title: 'Components/Article' }
|
||||
Reference in New Issue
Block a user