Skip to content

Latest commit

Β 

History

History
36 lines (31 loc) Β· 974 Bytes

File metadata and controls

36 lines (31 loc) Β· 974 Bytes
hide_table_of_contents
true

Examples

방법둠 μ μš©μ— λŒ€ν•œ μ˜ˆμ‹œλ“€

Main

import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx" import { UserSwitchOutlined, LayoutOutlined, FontSizeOutlined } from "@ant-design/icons";

<NavCard title="κΆŒν•œ" description="인증 둜직의 μ„ΈλΆ„ν™”" to="/docs/guides/examples/auth" Icon={UserSwitchOutlined} tags={["Forms", "2FA", "OAuth", "Token storage", "Token refresh"]} /> <NavCard title="νƒ€μž…" description="νƒ€μž… μœ„μΉ˜ μ„ μ • 및 FSDμ—μ„œμ˜ νƒ€μž… μ’…λ₯˜" to="/docs/guides/examples/types" Icon={FontSizeOutlined} tags={["DTO", "Mappers", "Entity relationships", "Auto-generation", "Validation schemas"]} /> <NavCard title="νŽ˜μ΄μ§€ λ ˆμ΄μ•„μ›ƒ" description="λ ˆμ΄μ•„μ›ƒμ˜ ν™œμš© 사둀" to="/docs/guides/examples/page-layout" Icon={LayoutOutlined} tags={["Where to store them", "Using widgets in layouts"]} />