@acodez/modal 中文文档教程
@acodez/modal
React 模态组件。
Installation
npm install @acodez/modal
Props API
Property | Type | Required | Description |
---|---|---|---|
actionBtnText | string | no | Action button text, default - show modal |
cancelBtnText | string | no | Cancel button text, default - Cancel |
saveBtnText | string | no | Save button text, button will be hidden if no value entered |
saveBtnFunction | string | no | save button function |
showCloseBtn | string | no | show close button on modal or not |
disableBgClose | string | no | if you want to limit closing of modal to button click |
Usage
import Modal from "@acodez/modal";
基本
<Modal>
<p>
Modal content here.
</p>
</Modal>
高级
<Modal disableBgClose showCloseBtn saveBtnFunction={saveFunction} actionBtnText="open modal" saveBtnText="Save" cancelBtnText="Cancel" modalHeading="This is modal heading">
<p>
To close this modal, press the cancel button below or use the Escape key on desktop.
</p>
</Modal>
@acodez/modal
React modal component.
Installation
npm install @acodez/modal
Props API
Property | Type | Required | Description |
---|---|---|---|
actionBtnText | string | no | Action button text, default - show modal |
cancelBtnText | string | no | Cancel button text, default - Cancel |
saveBtnText | string | no | Save button text, button will be hidden if no value entered |
saveBtnFunction | string | no | save button function |
showCloseBtn | string | no | show close button on modal or not |
disableBgClose | string | no | if you want to limit closing of modal to button click |
Usage
import Modal from "@acodez/modal";
Basic
<Modal>
<p>
Modal content here.
</p>
</Modal>
Advanced
<Modal disableBgClose showCloseBtn saveBtnFunction={saveFunction} actionBtnText="open modal" saveBtnText="Save" cancelBtnText="Cancel" modalHeading="This is modal heading">
<p>
To close this modal, press the cancel button below or use the Escape key on desktop.
</p>
</Modal>
更多
你可能也喜欢
- @104corp/cdk-aws-codedeploy-on-premises 中文文档教程
- @128technology/mocha-junit-reporter 中文文档教程
- @14four/prettier-config 中文文档教程
- @2node/random 中文文档教程
- @3test/wanchain-asset-ledger 中文文档教程
- @555platform/utility-belt.js 中文文档教程
- @5no/paper-sizes 中文文档教程
- @7inch/create-7inch-app 中文文档教程
- @a-sauvaget/ckeditor5-custom-build 中文文档教程
- @a1motion/nodemon 中文文档教程