| hide_table_of_contents |
|---|
true |
λ°©λ²λ‘ μ μ©μ λν μμλ€
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"]} />