The Wayback Machine - https://web.archive.org/web/20220221014206/https://github.com/topics/calendar-widget
Here are
54 public repositories
matching this topic...
Android上一个优雅、万能自定义UI、仿iOS、支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar Widget on Android.
Updated
Jan 11, 2022
Java
Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
Updated
Nov 14, 2021
Dart
An open source calendar framework for iOS, with support for customization, IBDesignable, Autolayout, and more.
Updated
Sep 29, 2019
Objective-C
Highly configurable date picker built for Angular applications
Updated
Feb 17, 2022
TypeScript
A simple, clean calendar and clock app for macOS.
Updated
May 3, 2020
Swift
Updated
Aug 10, 2021
JavaScript
📅 A customizable calendar JavaScript UI widget/component library with the ability to show events.
Updated
Sep 15, 2021
TypeScript
Android calendar library provides easy to use widget with events
Updated
Mar 2, 2021
Kotlin
Updated
Nov 7, 2021
TypeScript
Flutter calendar week UI package
A no dependencies, lightweight and feature-rich ⚡ calendar component for react.
Updated
Oct 27, 2021
TypeScript
An Event View based on Apple's Event Detail View. Written in Swift 3. Supports ARC, Autolayout and editing via StoryBoard.
Updated
Feb 4, 2022
Kotlin
Virtual Phone Desktop Application using Python3 and PyQt5
Updated
Apr 3, 2018
Python
Reads ICS Calendar File(s) and shows Events in a monthly Calendar Widget
Updated
Feb 20, 2022
JavaScript
An Angular Material based, an Android style date-time picker, with ability to disable set of continuous or non-continuous date sets.
Updated
Feb 26, 2018
JavaScript
ng-git-calendar is an angular interface component that implements a committing calendar similar to that of github, which can be used for various uses, such as fault logging and other records like any other calendar.
Experimental (contribution) activity calendar.
Updated
Feb 19, 2022
JavaScript
Powerful calendar widget for Android
Updated
Mar 31, 2020
Java
Updated
Feb 13, 2018
Python
Updated
Feb 19, 2022
JavaScript
A custom calendar widget for Tabris.js
Updated
Oct 1, 2019
Kotlin
TheBooking - WordPress booking plugin
This WordPress plugin calculates female's period, fertility and shows the next 6 months ovulation dates.
A screen with Calendar view at the top and Agenda view at bottom. Both views are tightly coupled, selection/scroll in one view correspondingly changes the other view.
Updated
Apr 1, 2018
Objective-C
Example codes (with additional features) of Flutter *device calendar plugin*, allow interacting with the device's calendar
Updated
Apr 10, 2020
Dart
Date Picker component built in AngularJS to select date and time. Supports Angular 9 version.
Updated
Jul 21, 2020
JavaScript
A small calendar widget implemented with JavaScript and CSS
Updated
Jan 6, 2019
JavaScript
Improve this page
Add a description, image, and links to the
calendar-widget
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
calendar-widget
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
Currently
@duetds/date-picker
does not work with Rollup (or I didn't get it to).The problem appears to be a dynamic import statement with a template string:
Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To