1.0.0-beta.18 • Published 8 months ago

@triptyk/ember-modal v1.0.0-beta.18

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

ember-modal

This addon will give you a simple stackable dialog system

Compatibility

  • Ember.js v3.24 or above
  • Ember CLI v3.24 or above
  • Node.js v12 or above
  • You need tailwind v2 or above to use this simple textarea

Installation

ember install @triptyk/ember-modal

OR

pnpm add -D @triptyk/ember-modal

Usage

Features

  • Modal dialog, can stack on each other
  • Triggers @onClose on ESC key press or click outside.
  • Customatizable content.

Integration example

Arguments :

  • @title : The title of the modal - needed for Accessibility (won't show by default visually)
  • @isOpen : The variable that toggles the modal
  • @onClose : The function triggered when modal is trying to get closed
  • @classless : Disable generated css classes
  • @outsideClickHandler : Custom handler for click outside
  <TpkModal
    @title='title'
    @isOpen={{this.open2}}
    @onClose={{this.closed2}}
    @classless={{false}}
    as |M|
  >
  <M.Content>
      <button type="button">Hello</button>
  </M.Content>
</TpkModal>

For the extended syntax, see examples.

Structure of the component (Emmet like)

  • Modal
    • div.tpk-modal-container
      • Modal::Content.tpk-modal-content

Contributing

See the Contributing guide for details. You can also contact info@triptyk for more informations on how contributing on this project.

License

This project is licensed under the MIT License.

1.0.0-beta.11

10 months ago

1.0.0-beta.12

10 months ago

1.0.0-beta.10

10 months ago

1.0.0-beta.17

8 months ago

1.0.0-beta.18

8 months ago

1.0.0-beta.15

8 months ago

1.0.0-beta.16

8 months ago

1.0.0-beta.13

10 months ago

1.0.0-beta.14

9 months ago

1.0.0-beta.3

12 months ago

1.0.0-beta.4

12 months ago

1.0.0-beta.5

12 months ago

1.0.0-beta.6

12 months ago

1.0.0-beta.7

11 months ago

1.0.0-beta.8

11 months ago

1.0.0-beta.9

11 months ago

1.0.0-beta.2

1 year ago

1.0.0-beta.0

1 year ago

0.2.0

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.8

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago