@react-native-blossom-ui/components
v0.17.2
Published
Awesome Blossom UI
Maintainers
Readme
@react-native-blossom-ui/components
- Awesome Blossom components
- Ship your app faster with Blossom-UI
Blossom-UI is a modular React Native library offering customizable UI primitives and advanced components for mobile and web apps, built with TypeScript for seamless integration with Expo and React Native.
Features
- 🌸 Modern, themeable UI components
- 📱 Supports iOS, Android, and Web (Expo/React Native Web)
- ⚡ Written in TypeScript for type safety
- 🎨 Easy to customize and extend
Installation
yarn add @react-native-blossom-ui/componentsUsage
Import and use any component in your React Native or Expo app:
import {Button, View, Text} from '@react-native-blossom-ui/components'
export default function App() {
return (
<View>
<Text typography="h2">Welcome to Blossom UI!</Text>
<Button onPress={() => alert('Hello!')}>Click Me</Button>
</View>
)
}Documentation
Full documentation, API reference, and live demos are available at:
Explore usage examples, theming guides, and advanced component patterns in the docs and the main repository README.
License
This project is licensed under the MIT License.
