Skip to content

Components

This page showcases all styled components.

Typography

Heading Level 2

Heading Level 3

Body text uses Pretendard with #A89E95 color. Primary text like headings uses #F5F0EB.

Bold text and italic text work as expected.

Inline Code

Use npm install to install packages. The config.ts file controls your site settings.

Code Block

ts
import { defineConfig } from 'vitepress'

export default defineConfig({
  title: 'My Docs',
  appearance: 'force-dark',
  themeConfig: {
    siteTitle: 'My Project',
  },
})

Custom Blocks

INFO

This is an info block.

TIP

This is a tip — uses brand yellow accent.

WARNING

This is a warning — uses semantic yellow.

DANGER

This is a danger block — uses semantic red.

Table

FeatureStatusNotes
Dark ModeActiveForce-dark only
Galmuri11ActiveHeadings, Bold 700
PretendardActiveBody, code, buttons
Glass NavActiveblur(12px) backdrop

Badges

  • Default Badge info
  • Tip Badge tip
  • Warning Badge warning
  • Danger Badge danger

Blockquote

This is a blockquote with brand yellow left border and warm background tint.

Lists

  • First item with yellow marker
  • Second item
  • Third item

Internal link and external link are styled in brand yellow.

Released under the MIT License.