ember-calendar-table

2.0.0 • Public • Published

Ember-calendar-table

npm version Ember Observer Score

This component provides a simple primitive component for iterating over timeslots and days as a table.

Installation

  • ember install ember-calendar-table

Use

By default, the Ember Calendar Table component will make a one week swath of 7 days with working hours (9AM-5PM). It will yield startTime and endTime moment.js objects.

{{#ember-calendar-table as |startTime endTime|}}
  {{moment-format startTime "h:mm"}} - {{moment-format endTime "h:mm"}}
{{/ember-calendar-table}}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    1

Package Sidebar

Install

npm i ember-calendar-table

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • rtablada