Anvil/assets/Typography-Ce-YWkgS.js

32 lines
2.2 KiB
JavaScript
Raw Normal View History

2024-08-08 10:16:25 +02:00
import{j as e}from"./jsx-runtime-B72nZPJo.js";import{u as i}from"./index-CHCNFtF8.js";import{ae as o}from"./index-pkY8q7is.js";import"./iframe-CU6Zso1W.js";import"../sb-preview/runtime.js";import"./_commonjsHelpers-Cpj98o6Y.js";import"./index-J1TP6alb.js";import"./index-B659rHmc.js";import"./index-DrFu-skq.js";const s="Lorem ipsum dolor sit amet, consectetur";function r(t){const n={h1:"h1",h2:"h2",p:"p",...i(),...t.components};return e.jsxs(e.Fragment,{children:[`
2024-03-14 18:43:30 +01:00
`,`
`,e.jsx(o,{title:"Typography"}),`
2024-02-15 19:12:34 +01:00
`,`
`,e.jsx(n.h1,{id:"typography",children:"Typography"}),`
`,e.jsx(n.p,{children:`Given that this project uses Tailwind via Skeleton.dev, the usual Storybook
Typeset cannot be used. Instead this is how it will actually be styled:`}),`
`,e.jsx(n.h2,{id:"heading",children:"Heading"}),`
`,e.jsxs("h1",{class:"h1",children:["H1: ",s]}),`
`,e.jsxs("h2",{class:"h2",children:["H2: ",s]}),`
`,e.jsxs("h3",{class:"h3",children:["H3: ",s]}),`
`,e.jsxs("h4",{class:"h4",children:["H4: ",s]}),`
`,e.jsxs("h5",{class:"h5",children:["H5: ",s]}),`
`,e.jsxs("h6",{class:"h6",children:["H6: ",s]}),`
`,e.jsx(n.h2,{id:"paragraph",children:"Paragraph"}),`
`,e.jsx("p",{children:s}),`
`,e.jsx(n.h2,{id:"anchor",children:"Anchor"}),`
`,e.jsx("p",{style:{minHeight:"1em",position:"relative"},children:e.jsx("a",{class:"anchor",href:"/",children:e.jsx(n.p,{children:"Anchor"})})}),`
`,e.jsx(n.h2,{id:"blockquote",children:"Blockquote"}),`
`,e.jsx("blockquote",{class:"blockquote",children:"Blockquote"}),`
`,e.jsx(n.h2,{id:"preformatted-text",children:"Preformatted text"}),`
`,e.jsx("pre",{class:"pre",children:"Preformatted text"}),`
`,e.jsx(n.h2,{id:"code",children:"Code"}),`
`,e.jsx("code",{class:"code",children:"Code"}),`
`,e.jsx(n.h2,{id:"keyboard",children:"Keyboard"}),`
`,e.jsx("kbd",{class:"kbd",children:"Keyboard"}),`
`,e.jsx(n.h2,{id:"insertion",children:"Insertion"}),`
`,e.jsx("ins",{class:"ins",children:"Insertion"}),`
`,e.jsx(n.h2,{id:"deletion",children:"Deletion"}),`
2024-07-31 10:01:28 +02:00
`,e.jsx("del",{class:"del",children:"Deletion"})]})}function u(t={}){const{wrapper:n}={...i(),...t.components};return n?e.jsx(n,{...t,children:e.jsx(r,{...t})}):r(t)}export{s as SampleText,u as default};
2024-08-08 10:16:25 +02:00
//# sourceMappingURL=Typography-Ce-YWkgS.js.map