You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>NativeCN - Beautiful UI Components for React Native</title>
13
+
<meta
14
+
name="description"
15
+
content="A React Native UI component library inspired by shadcn/ui. Get beautiful, accessible UI components for your React Native apps by copying and pasting code."
Copy file name to clipboardExpand all lines: docs/pages/components/accordion.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "Accordion Component | NativeCN UI"
3
+
description: "Collapsible content sections for React Native apps - create interactive FAQs, nested navigation, and organize complex information with this versatile component."
Copy file name to clipboardExpand all lines: docs/pages/components/alert-dialog.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "Alert Dialog Component | NativeCN UI"
3
+
description: "Interactive modal dialogs for React Native apps - create confirmation prompts, important notifications, and action confirmations with accessible design."
Copy file name to clipboardExpand all lines: docs/pages/components/avatar.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "Avatar Component | NativeCN UI"
3
+
description: "User profile pictures with fallback support for React Native apps - create avatars with different sizes, states, and seamless image handling."
Copy file name to clipboardExpand all lines: docs/pages/components/button.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "Button Component | NativeCN UI"
3
+
description: "Versatile button component for React Native apps with multiple variants, sizes, and states - designed for beautiful interactions in your mobile UI."
Copy file name to clipboardExpand all lines: docs/pages/components/skeleton.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "Skeleton Component | NativeCN UI"
3
+
description: "Loading state placeholders for React Native apps - create smooth user experiences with animated content loaders for various UI elements."
Copy file name to clipboardExpand all lines: docs/pages/index.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: "NativeCN - Beautiful UI Components for React Native"
3
+
description: "A React Native UI component library inspired by shadcn/ui. Get beautiful, accessible UI components for your React Native apps by copying and pasting code."
4
+
---
5
+
1
6
# Introduction
2
7
3
8
Welcome to NativeCN - A beautiful and customizable React Native UI component library inspired by [shadcn/ui](https://ui.shadcn.com/).
0 commit comments