1.0.0-beta.18 • Published 1 year ago
@triptyk/ember-actions-menu v1.0.0-beta.18
ember-modal
This addon will give you a simple menu with visibility toggle
Compatibility
- Ember.js v4.6 or above
- Ember CLI v4.6 or above
- Node.js v18 or above
- You need tailwind v2 or above to use this simple textarea
Installation
ember install @triptyk/ember-actions-menu
OR
pnpm add -D @triptyk/ember-actions-menu
Usage
Features
- Actions menu, visibility is toggled by a button
- Close on ESC key press or click outside.
- Customatizable Action.
Integration example
Arguments :
- @classless : Disable generated css classes
Yielded Component:
Action:
Arguments:
- action: The function triggered when the action is clicked
- icon: src of an image that would be displayed to the left of the action button
<TpkActionsMenu
@classless={{false}}
as |Action|
>
<Action
@icon={{this.iconSrc}}
@action={{this.action}}
>
ActionText
</Action>
</TpkActionsMenu>
Structure of the component (Emmet like)
- ActionsMenu
- button.open_actions -img
- ul - Action
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
2 years ago
1.0.0-beta.12
2 years ago
1.0.0-beta.10
2 years ago
1.0.0-beta.17
1 year ago
1.0.0-beta.18
1 year ago
1.0.0-beta.15
1 year ago
1.0.0-beta.16
1 year ago
1.0.0-beta.13
2 years ago
1.0.0-beta.14
1 year ago
1.0.0-beta.6
2 years ago
1.0.0-beta.7
2 years ago
1.0.0-beta.8
2 years ago
1.0.0-beta.9
2 years ago
1.0.0-beta.3
2 years ago
1.0.0-beta.4
2 years ago
1.0.0-beta.5
2 years ago
1.0.0-beta.2
2 years ago
1.0.0-beta.0
2 years ago
0.1.0
2 years ago