@acpaas-ui/ngx-flyout 中文文档教程
@acpaas-ui/ngx-flyout
Flyout 在界面顶部提供额外的视觉元素,而无需更改 DOM 结构。 您可以使用 FlyoutModule
扩展组件或使用包含 FlyoutModule
的 FlyoutButtonModule
。
Usage
import {
FlyoutModule,
FlyoutButtonModule
} from '@acpaas-ui/ngx-flyout';
Documentation
访问我们的文档网站获取完整的操作文档和指南
Modules
Name | Description | Documentation |
---|---|---|
FlyoutModule | Extend your component with a dropdown / flyout functionality | Documentation |
FlyoutButtonModule | Custom button to toggle dropdown / flyout | Documentation |
Contributing
访问我们的Contribution Guidelines 获取更多关于如何贡献的信息。
@acpaas-ui/ngx-flyout
Flyout provides additional visual elements on top of the interface, without changing the DOM-structure. You can use FlyoutModule
to extend a component or use the FlyoutButtonModule
which contains the FlyoutModule
as well.
Usage
import {
FlyoutModule,
FlyoutButtonModule
} from '@acpaas-ui/ngx-flyout';
Documentation
Visit our documentation site for full how-to docs and guidelines
Modules
Name | Description | Documentation |
---|---|---|
FlyoutModule | Extend your component with a dropdown / flyout functionality | Documentation |
FlyoutButtonModule | Custom button to toggle dropdown / flyout | Documentation |
Contributing
Visit our Contribution Guidelines for more information on how to contribute.
更多