{"id":28281510,"url":"https://github.com/enggsatyamraj/ui69","last_synced_at":"2026-05-09T00:11:43.943Z","repository":{"id":293483678,"uuid":"984179790","full_name":"enggsatyamraj/ui69","owner":"enggsatyamraj","description":"Unstyled, accessible UI components for React Native - inspired by shadcn/ui. Copy, paste, and customize components directly in your project.","archived":false,"fork":false,"pushed_at":"2025-06-28T15:04:09.000Z","size":275,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T00:59:57.612Z","etag":null,"topics":["accessible-ui","design-system","expo","mobile","react-component-library","react-native","react-native-components","react-native-ui","shadcn-ui","typescript","ui-components","ui-library"],"latest_commit_sha":null,"homepage":"https://www.ui69.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enggsatyamraj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-15T14:15:50.000Z","updated_at":"2025-09-24T18:01:29.000Z","dependencies_parsed_at":"2025-05-19T16:54:25.281Z","dependency_job_id":null,"html_url":"https://github.com/enggsatyamraj/ui69","commit_stats":null,"previous_names":["enggsatyamraj/rajsatyam-packages","enggsatyamraj/ui69"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enggsatyamraj/ui69","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enggsatyamraj%2Fui69","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enggsatyamraj%2Fui69/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enggsatyamraj%2Fui69/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enggsatyamraj%2Fui69/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enggsatyamraj","download_url":"https://codeload.github.com/enggsatyamraj/ui69/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enggsatyamraj%2Fui69/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32802591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessible-ui","design-system","expo","mobile","react-component-library","react-native","react-native-components","react-native-ui","shadcn-ui","typescript","ui-components","ui-library"],"created_at":"2025-05-21T12:13:07.754Z","updated_at":"2026-05-09T00:11:43.931Z","avatar_url":"https://github.com/enggsatyamraj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ui69\n\nUnstyled, accessible UI components for React Native, inspired by shadcn/ui.\n\n## What is ui69?\n\nui69 is a collection of reusable, customizable UI components for React Native. Unlike traditional component libraries, ui69 doesn't publish the components as a package. Instead, it provides a CLI that adds the components directly to your project. This gives you complete control over the components, including the ability to customize them to fit your needs.\n\n## Features\n\n- 🚀 **Copy and paste** - Components are added directly to your project\n- 💪 **Customizable** - Modify components to fit your specific needs\n- 🔍 **Accessible** - Built with accessibility in mind\n- 📝 **TypeScript** - Fully typed components\n- 📱 **React Native friendly** - Works with both Expo and React Native CLI\n\n## Installation\n\n```bash\n# Install using npx\nnpx ui69 add \u003ccomponent\u003e\n\n# Or install the CLI globally\nnpm install -g ui69\nui69 add \u003ccomponent\u003e\n```\n\n## Usage\n\n```bash\n# Add components to your project\nnpx ui69 add button\n\n# Add multiple components interactively\nnpx ui69 add\n\n# List all available components\nnpx ui69 list\n```\n\n## Available Components\n\n- **Button** - A pressable button component with multiple variants and sizes\n- **Skeleton** - Loading placeholder component with shimmer and wave animations\n- **Avatar** - User profile image with fallback, status indicators, and grouping support\n- **Badge** - Small status indicator with multiple variants and dot style option\n- **Card** - Container component with header, content and footer sections\n- **Seperator** - Simple divider component for separating content\n- **Accordion** - Collapsible content sections with customizable styling and animations\n- **Input** - Text input component with multiple variants, validation, and icon support\n- **InputOTP** - One-time password input component with support for different input types\n- **Toast** - Notification component with animations, gestures, and multiple variants\n- **Select** - Dropdown select component with smooth animations and smart positioning\n- More components coming soon!\n\n## Select Component Example\n\n```jsx\nimport React, { useState } from 'react';\nimport { View } from 'react-native';\nimport { SafeAreaProvider } from 'react-native-safe-area-context';\nimport {\n    Select,\n    SelectContent,\n    SelectGroup,\n    SelectItem,\n    SelectLabel,\n    SelectTrigger,\n    SelectValue,\n} from './components/ui/select';\n\nexport default function App() {\n    const [selectedValue, setSelectedValue] = useState('');\n\n    return (\n        \u003cSafeAreaProvider\u003e\n            \u003cView style={{ padding: 20 }}\u003e\n                {/* Basic Select */}\n                \u003cSelect value={selectedValue} onValueChange={setSelectedValue}\u003e\n                    \u003cSelectTrigger style={{ width: 200 }}\u003e\n                        \u003cSelectValue placeholder=\"Select a fruit\" /\u003e\n                    \u003c/SelectTrigger\u003e\n                    \u003cSelectContent\u003e\n                        \u003cSelectGroup\u003e\n                            \u003cSelectLabel\u003eFruits\u003c/SelectLabel\u003e\n                            \u003cSelectItem value=\"apple\"\u003eApple\u003c/SelectItem\u003e\n                            \u003cSelectItem value=\"banana\"\u003eBanana\u003c/SelectItem\u003e\n                            \u003cSelectItem value=\"orange\"\u003eOrange\u003c/SelectItem\u003e\n                        \u003c/SelectGroup\u003e\n                    \u003c/SelectContent\u003e\n                \u003c/Select\u003e\n\n                {/* Uncontrolled Select with Default Value */}\n                \u003cSelect defaultValue=\"medium\"\u003e\n                    \u003cSelectTrigger style={{ width: 200, marginTop: 20 }}\u003e\n                        \u003cSelectValue placeholder=\"Select size\" /\u003e\n                    \u003c/SelectTrigger\u003e\n                    \u003cSelectContent\u003e\n                        \u003cSelectItem value=\"small\"\u003eSmall\u003c/SelectItem\u003e\n                        \u003cSelectItem value=\"medium\"\u003eMedium\u003c/SelectItem\u003e\n                        \u003cSelectItem value=\"large\"\u003eLarge\u003c/SelectItem\u003e\n                    \u003c/SelectContent\u003e\n                \u003c/Select\u003e\n            \u003c/View\u003e\n        \u003c/SafeAreaProvider\u003e\n    );\n}\n```\n\n## Select Features\n\n- **Smart positioning**: Automatically positions dropdown to avoid screen edges\n- **Smooth animations**: Fade, scale, and slide animations for opening/closing\n- **Controlled/Uncontrolled**: Supports both controlled and uncontrolled usage patterns\n- **Groups and labels**: Organize options with visual groupings\n- **Disabled states**: Component and individual item disable support\n- **Touch optimized**: Designed for mobile touch interactions\n- **Accessible**: Proper accessibility roles and states\n- **Customizable styling**: Easy to customize appearance\n- **TypeScript**: Fully typed for better developer experience\n\n## Select Dependencies\n\nThe Select component requires:\n\n```bash\nnpm install react-native-safe-area-context react-native-svg\n```\n\nFor Expo projects:\n```bash\nnpx expo install react-native-safe-area-context react-native-svg\n```\n\nFor React Native CLI projects, you'll also need to complete the platform-specific installation for react-native-svg. See the [react-native-svg documentation](https://github.com/software-mansion/react-native-svg) for detailed setup instructions.\n\n## Toast Component Example\n\n```jsx\nimport React from 'react';\nimport { View } from 'react-native';\nimport { SafeAreaProvider } from 'react-native-safe-area-context';\nimport { GestureHandlerRootView } from 'react-native-gesture-handler';\nimport { ToastProvider, useToastController } from './components/ui/toast';\nimport { Button } from './components/ui/button';\n\n// Wrap your app with required providers\nexport default function App() {\n  return (\n    \u003cSafeAreaProvider\u003e\n      \u003cGestureHandlerRootView style={{ flex: 1 }}\u003e\n        \u003cToastProvider position=\"top-center\" maxToasts={3}\u003e\n          \u003cToastExample /\u003e\n        \u003c/ToastProvider\u003e\n      \u003c/GestureHandlerRootView\u003e\n    \u003c/SafeAreaProvider\u003e\n  );\n}\n\n// Usage in your components\nfunction ToastExample() {\n  const { success, error, warning, info } = useToastController();\n\n  return (\n    \u003cView style={{ padding: 20, gap: 10 }}\u003e\n      \u003cButton onPress={() =\u003e success({ \n        title: \"Success!\", \n        description: \"Your action was completed\" \n      })}\u003e\n        Show Success Toast\n      \u003c/Button\u003e\n\n      \u003cButton onPress={() =\u003e error({ \n        title: \"Error occurred\", \n        description: \"Something went wrong\" \n      })}\u003e\n        Show Error Toast\n      \u003c/Button\u003e\n    \u003c/View\u003e\n  );\n}\n```\n\n## Toast Features\n\n- **5 variants**: default, success, error, warning, info\n- **Gesture support**: Swipe to dismiss\n- **Positioning**: 6 different positions (top/bottom + left/center/right)\n- **Auto-dismiss**: Configurable duration or persistent toasts\n- **Action buttons**: Interactive buttons within toasts\n- **Custom icons**: Use your own icons or default variant icons\n- **Stacking**: Multiple toasts with smooth animations\n- **TypeScript**: Fully typed for better developer experience\n\n## Toast Dependencies\n\nThe Toast component requires these additional packages:\n\n```bash\nnpm install react-native-gesture-handler react-native-safe-area-context\n```\n\nFor Expo projects:\n```bash\nnpx expo install react-native-gesture-handler react-native-safe-area-context\n```\n\n## Skeleton Component Example\n\n```jsx\nimport { View } from 'react-native';\nimport { Skeleton } from './components/ui/skeleton';\n\nexport default function App() {\n  return (\n    \u003cView style={{ padding: 16, gap: 8 }}\u003e\n      {/* Default shimmer animation */}\n      \u003cSkeleton width=\"100%\" height={20} /\u003e\n      \n      {/* Wave animation */}\n      \u003cSkeleton \n        width=\"80%\" \n        height={20} \n        animationType=\"wave\" \n      /\u003e\n      \n      {/* Custom styling */}\n      \u003cSkeleton \n        width={60} \n        height={60} \n        borderRadius={30}\n        backgroundColor=\"#c0c0c0\"\n        highlightColor=\"rgba(255, 255, 255, 0.6)\"\n      /\u003e\n    \u003c/View\u003e\n  );\n}\n```\n\n## Accordion Component Example\n\n```jsx\nimport {\n  Accordion,\n  AccordionContent,\n  AccordionItem,\n  AccordionTrigger,\n} from \"@/components/ui/accordion\"\n\nexport function AccordionDemo() {\n  return (\n    \u003cAccordion\u003e\n      \u003cAccordionItem value=\"item-1\"\u003e\n        \u003cAccordionTrigger\u003eIs it accessible?\u003c/AccordionTrigger\u003e\n        \u003cAccordionContent\u003e\n          Yes. It adheres to the WAI-ARIA design pattern.\n        \u003c/AccordionContent\u003e\n      \u003c/AccordionItem\u003e\n      \n      \u003cAccordionItem value=\"item-2\"\u003e\n        \u003cAccordionTrigger\u003eIs it styled?\u003c/AccordionTrigger\u003e\n        \u003cAccordionContent\u003e\n          Yes. It comes with default styles that matches the other\n          components' aesthetic.\n        \u003c/AccordionContent\u003e\n      \u003c/AccordionItem\u003e\n    \u003c/Accordion\u003e\n  )\n}\n```\n\n## License\n\nMIT\n\n## Acknowledgments\n\nThis project is inspired by [shadcn/ui](https://ui.shadcn.com/), which offers a similar approach for web applications.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenggsatyamraj%2Fui69","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenggsatyamraj%2Fui69","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenggsatyamraj%2Fui69/lists"}