Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

mikiyasegaye/React-Ethiopian-Date-Picker

Domain:

natural language processing

Record type:

software
Creator:
mik
Host:
# React Ethiopian Date Picker πŸ‡ͺπŸ‡Ή A modern, accessible Ethiopian date picker component built with React and TypeScript. Features full Amharic language support, accurate Ethiopian calendar conversions, and a clean, robust API. ## ✨ Features - πŸ‡ͺπŸ‡Ή **Full Ethiopian Calendar Support** - Accurate Ethiopian date conversions - πŸ—£οΈ **Amharic Language** - Complete Amharic interface with proper fonts - 🎨 **Modern UI** - Beautiful design with Tailwind CSS - β™Ώ **Accessible** - WCAG compliant with keyboard navigation - πŸ“± **Responsive** - Works perfectly on all device sizes - ⚑ **Fast & Lightweight** - Optimized for performance - πŸ”§ **Customizable** - Easy to customize colors, sizes, and behavior - πŸ§ͺ **TypeScript** - Full type safety and IntelliSense support - πŸ”„ **Fluent API** - Clean and intuitive date conversion methods ## πŸš€ Quick Start ### Installation ```bash # Install from npm npm install react-ethiopian-date-picker # Or using yarn yarn add react-ethiopian-date-picker ``` ### Basic Usage ```tsx import React, { useState } from "react"; import { EthiopianDatePicker, dateConverter, } from "react-ethiopian-date-picker"; // Import styles (optional - included automatically) import "react-ethiopian-date-picker/dist/style.css"; function App() { const [selectedDate, setSelectedDate] = useState (null); const handleDateChange = (date: Date | null) => { setSelectedDate(date); if (date) { // Convert to Ethiopian date const ethiopian = dateConverter.toEthiopian(date); console.log("Ethiopian date:", ethiopian.toString()); } }; return ( ); } ``` ### Development Setup ```bash # Clone the repository git clone github.com cd react-ethiopian-date-picker # Install dependencies npm install # Start development server npm run dev ``` ### Basic Usage ```tsx import React, { useState } from "react"; import EthiopianDatePicker from "./components/EthiopianDatePicker"; function App() { const [selectedDate, setSelectedDate] = useState (n …

Visit

github.com

Languages

Amharic

Licenses

MIT

Similar

Bereketmuniye/date-picker-for-ethiopiantemesgen-mulugeta/shadcn-ethiopian-date-pickerBahirumulugeta/habesha-date-pickerKalabAmssalu/ethio-date-pickerAzime12/react-ethiopian-datepickerleulseged3/react-native-ethiopian-calendar

Bereketmuniye/date-picker-for-ethiopian

# πŸ‡ͺπŸ‡Ή Ethiopian Date & Time Picker A professional Ethiopian calendar date and time picker with accur

temesgen-mulugeta/shadcn-ethiopian-date-picker

# Shadcn Ethiopian Date Picker An Ethiopian calendar implementation for React applications, built o

Bahirumulugeta/habesha-date-picker

It including ethiopian calender # πŸ‡ͺπŸ‡Ή Habesha DatePicker **Version: 0.2.3** A beautiful and cultur

KalabAmssalu/ethio-date-picker

A modern Ethiopian and Gregorian date picker package for React applications with dual-calendar suppo

Azime12/react-ethiopian-datepicker

# πŸ‡ͺπŸ‡Ή react-ethiopian-datepicker A professional, high-performance, and high-customizability dual-c

leulseged3/react-native-ethiopian-calendar

React Native Ethiopian Calendar Component # React Native Ethiopian Calendar A react native calenda