Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.06 KB

index.md

File metadata and controls

50 lines (40 loc) · 1.06 KB
title description contributors prev next breadcrumbs
UI Components
NativeScript ships with commonly used UI components, these are the foundational building blocks. Additional UI components can be created or installed via plugins.
false
false
false
name href
UI Components
/ui/
<script setup lang="ts"> import uiSidebar from "./sidebar"; function category(name: string) { return uiSidebar[0].items.find(i => i.text === name).items } </script>

Layout Containers {#layout-containers}

  • {{ item.text }}

Navigation Components {#navigation-components}

  • {{ item.text }}

Dialogs {#dialogs}

  • {{ item.text }}

Components {#components}

  • {{ item.text }}