import { h } from 'preact'; import { LoadingArticle } from '..'; import '../../../assets/stylesheets/articles.scss'; export default { title: 'App Components/Article Loading', component: LoadingArticle, // Using an arbitrary width here. This is roughly the size of articles in Storybook decorators: [(story) =>
{story()}
], }; export const DefaultArticle = () => ; DefaultArticle.storyName = 'default'; export const FeaturedLoading = () => ; FeaturedLoading.storyName = 'featured';