import { render } from "sass-embedded";
import { createHTMLElement } from "../HTMLElement";
export default {
title: "Sectioning/Article",
tags: ["autodocs"],
args: {
content: "Content",
},
// Render the element
render: (args) => {
return `Article Title
This is the first paragraph of the article.
This is the second paragraph of the article.
`, }); }, }; export const MozillaExample = { render: (args) => `Dinos were great!
Way too scary for me.
I agree, dinos are my favorite.