Skip to main content
SolidBase
Beta

For dev use /dev/ project folder. This is a public dev page copy.

Heading 1

Heading 2

Heading 3

Heading 4

Paragraph

Bold

Italic

Quote

custom title

Highlights information that users should take into account, even when skimming.

tip

Optional information to help a user be more successful.

important

Crucial information necessary for users to succeed.

warning

Critical content demanding immediate user attention due to potential risks.

danger

Negative potential consequences of an action.

details

This is a details block.

note

(GitHub Alert) Highlights information that users should take into account, even when skimming.

caution

(GitHub Alert) Negative potential consequences of an action.

code-group
<Tabs.Root>
<Tabs.List>
<Tabs.Trigger value="o">Hello O </Tabs.Trigger>
<Tabs.Trigger value="r">Hello R</Tabs.Trigger>
<Tabs.Trigger value="p">Hello P</Tabs.Trigger>
</Tabs.List>
<Tabs.Content value="o">Custom tab content O </Tabs.Content>
<Tabs.Content value="r">Custom tab content R</Tabs.Content>
<Tabs.Content value="p">Custom tab content P</Tabs.Content>
</Tabs.Root>
<Tabs.Root></Tabs.Root>
  • List item
  1. Numbered list item

www.example.com

Link Outbound

Link internal /about

#20 also #4 but no #20

A note1

one or two tildes.

Ctrl + C

abcd
longwordlongwordlongwordlongword
shortshortshortshort
  • to do
  • done

@kobalte/solidbase

pnpm create solid

import { SolidBaseApp } from "@kobalte/solidbase";
export default function App() {
return <SolidBaseApp />;
}

index.tsx
import { SolidBaseApp } from "@kobalte/solidbase";
export default function App() {
return <SolidBaseApp />;
}

Table of Contents

  1. Heading 1

    1. Heading 2

      1. Heading 3

        1. Heading 4
    2. Table of Contents

Title as defined by frontmatter: Dev

Footnotes

  1. Big note.

Edit this page on GitHub

Last updated: 11/15/24, 2:28 AM

SolidBaseFully featured, fully customisable static site generation for SolidStart
Community
githubdiscord