jacerider/neo_modal
最新稳定版本:1.0.65
Composer 安装命令:
composer require jacerider/neo_modal
包简介
Provides modal API for elements and fields.
README 文档
README
- Introduction
- Requirements
- Installation
- Twig
INTRODUCTION
Provides modal API for elements and fields.
REQUIREMENTS
This module requires no modules outside of Drupal core.
INSTALLATION
Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
TWIG
A twig helper has been provided that will convert a render element into a modal. The "breakpoint" setting will automatically set the conversion point of the modal.
In this example, the first param is the trigger title. The second is the modal options (because we set the breakpoint to 'md', the modal will only be used when the screen size is below the medium breakpoint). The third is the preset. The fourth is the attributes that will be applied to the trigger.
{{ form|neo_modal('Filter By'|t, {title: 'Filter Products', breakpoint: 'md'}, 'neo_modal_shelf_left', {class: ['btn btn-outline bg-base-0 w-full text-center']}) }}
统计信息
- 总下载量: 419
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2024-08-26