1.2.0 • Published 5 years ago

ember-split-view v1.2.0

Weekly downloads
52
License
MIT
Repository
github
Last release
5 years ago

See it in action: http://bryanhunt.github.io/#/split

There is a demo app in tests/dummy.

Installation

ember install ember-split-view

Configuration

You need to add the following to your config/environment.js:

resizeServiceDefaults: {
  debounceTimeout    : 200,
  heightSensitive    : true,
  widthSensitive     : true,
  injectionFactories : [ 'view', 'component']
},

Examples

Vertical SplitView example:

{{#split-view isVertical=true as |split| }}
  {{#split.child}}
    Content of the left view here.
  {{/split.child}}
  {{split.sash}}
  {{#split.child}}
    Content of the right view here.
  {{/split.child}}
{{/split-view}}

Horizontal SplitView example:

{{#split-view isVertical=false as |split|}}
  {{#split.child}}
    Content of the top view here.
  {{/split.child}}
  {{split.sash}}
  {{#split.child}}
    Content of the bottom view here.
  {{/split.child}}
{{/split-view}}

Donating

All donations will support this project and keep the developer supplied with Reese's Minis.

Support via Gittip

1.2.0

5 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.11.0

8 years ago

0.10.0

9 years ago

0.9.0

9 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago