@react-native-blossom-ui/dates
v0.17.2
Published
Dates components of Blossom UI
Maintainers
Readme
@react-native-blossom-ui/dates
Blossom UI Dates
Blossom UI Dates offers date and time components and utilities for React Native and Expo, with consistent APIs and theming for Blossom UI.
Features
- 📅 Calendar & Date pickers for mobile and web
- 🕒 Utilities for formatting, parsing, and manipulating dates
- 🎨 Themeable and customizable
Installation
Install:
yarn add @react-native-blossom-ui/datesUsage
Import and use a date picker in your app:
import {DatePicker} from '@react-native-blossom-ui/dates'
export default function MyScreen() {
return <DatePicker onDateChange={(date) => console.log(date)} />
}Documentation
Full documentation and API reference are available at:
License
This project is licensed under the MIT License.
