npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ionic2-calendar2

v0.1.6

Published

Cross Mobile Engine: Model Users

Downloads

50

Readme

ionic2-calendar2

(x)Cross Mobile Engine: Ionic2 Calendar Component

Donate

  • That project support base calendar directive with Month, Week, Day views that can easy to integrate with your mobile app.

  • It's just for fun and expose a part my research on calendar processing with Google Calendar, Apple Calendar, iCalendar, etc.

  • Some source in that library should be easy to apply but maybe hard to extends to adapt on what you need. It's a message for user want developer extend that library and think about it does 80% work. The rest, 20% hardest things for your developer so should play nice. :D

Read more about source code, class used in this repository.

Getting Started

Installing

# Clone the repository into xmobe/ui folder
npm install ionic2-calendar2 --save

Using


# app.module.ts
import { CalendarModule } from 'ionic2-calendar2';
imports: [
    CalendarModule,
]
# *.html
<calendar></calendar>

Calendar Month View

  • Flex base UI (not table).
  • Expose date object directly for later use.
  • You can config moment locale from outside to localize calendar information.

Calendar Week View

  • will update with (50 stars)

Calendar Day View

  • will update with (150 stars)

Todo List

  • [x] ~~Not directive or reusable component yet.~~ (updated 5th Aug 2016)
  • [x] Configuration
  • [x] Swipe to change Month, Week, Day view
  • [x] npm install and use directly

Environment

cli packages: (/usr/local/lib/node_modules)

@ionic/cli-utils  : 1.15.2
ionic (Ionic CLI) : 3.15.2

System:

Node : v8.4.0
npm  : 5.4.2 
OS   : macOS Sierra

Misc:

backend : pro

Common Error

# lack moment
npm install moment --save
# lack next previous month buttons
npm install font-awaresome --save
# Oganize font-awaresome resources in your ionic2 project to meet your desire.

Contributors

  • Quang Anh LE (Arkay Lee)

Update

  • 17th Nov 2017: update dependencies Common Errors
  • 31th Oct 2017: update dependencies angular 4.4.4, ionic 3.8
  • 23th Oct 2017: update dependencies log4js, angular 4.3.1
  • 20th Oct 2017: update new source base 0.1.3, new UI look n feel
  • 18th Nov 2016: update npm version 0.0.1
  • 6th Aug 2016: update template.

Thank Kenneth Hou for an inspired calendar style https://dribbble.com/shots/1269664-Calendar-Screen.