2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-12 12:25:16 +08:00
naive-ui/demo/documentation/components/layout/enUS/border.md

343 B

Border

<n-layout>
  <n-layout-sider bordered>
    Cool Sider
  </n-layout-sider>
  <n-layout>
    <n-layout-header bordered>
      Cool Header
    </n-layout-header>
    <n-layout-content>
      Cool Content
    </n-layout-content>
    <n-layout-footer bordered>
      Cool Footer
    </n-layout-footer>
  </n-layout>
</n-layout>