User Interface

Utility

[ Modal ] Configuration

You can configure a modal by setting the type, position and pinned with the toggles below. Clicking on the show modal button will display the current configuration.

The current configuration can be reviewed here.

Type

Position

Setting a position will set the visual effect's starting position.

Pinned

Setting the pinned attribute will pin the element to that side on the viewport. This will override the position attribute.

Config Review

Install

If you haven't used Polymer before you can checkout out the Getting the Code and Using the Elements guides for a quick introduction to Polymer.

Once your all setup with Polymer, you can install it directly into your project with Bower.

$ bower install akyral-modal --save

Helpful Gotchas

akyral-modal should be placed immediately inside the body tag, this will allow to fully fit the viewport.

Styling

TBD