@chillui/ui-base
v0.0.3
Published
Chill UI StyleSheet - React Native components with native StyleSheet styling
Maintainers
Readme
ChillUI
A modern, flexible React Native UI component library with 32+ production-ready components.
Installation
npm install @chillui/ui-baseQuick Start
import { Button, Input, Avatar } from '@chillui/ui-base';
export default function App() {
return (
<>
<Avatar source={{ uri: 'https://i.pravatar.cc/150' }} size="lg" />
<Input placeholder="Enter your email" />
<Button onPress={() => console.log('Pressed!')}>Get Started</Button>
</>
);
}Features
- 🎨 32+ Components - From basic inputs to complex carousels
- 🎯 TypeScript - Full type safety and IntelliSense support
- 🌐 Cross-Platform - iOS, Android, and Web
- ♿ Accessible - Built with accessibility in mind
- ⚡ Performant - Optimized animations
Components
Layout & Structure
Box, Wrapper, Separator
Inputs & Forms
Input, MaskedInput, PhoneNumberInput, PlacesInput, Checkbox, Toggle, Slider, TimePicker, InputDropdown, InputSelectDropdown, AutocompleteDropdown
Buttons & Actions
Button, ButtonIcon, RipplePressable, ScalePressable
Display & Feedback
Avatar, Chip, Icon, String/Text, Skeleton, LoadingIndicatorsKit, Toast, HighlightString
Navigation & Organization
Accordion, Carousel, SegmentedControl, DropdownMenu
Overlays & Modals
Dialog
Animation
AnimatedBox, FadeInBox, SlideInBox, ScaleInBox, BounceBox, RotatingBox
Documentation
Full documentation and examples: GitHub Repository
License
MIT © ChillUI
