文件名称:react-modal:React的可访问模式对话框组件
文件大小:221KB
文件格式:ZIP
更新时间:2024-02-24 09:18:29
react javascript modal JavaScript
React模态 React.JS的可访问模式对话框组件 目录 安装 要安装,可以使用或 : $ npm install --save react-modal $ yarn add react-modal API文档 react-modal的主要文档是,其中描述了API并提供了其用法示例。 例子 这是一个在应用中使用的React-modal的简单示例,模态内容中包含一些自定义样式和可聚焦的输入元素: import React from ' react ' ; import ReactDOM from ' react-dom ' ; import Modal from ' react-modal ' ; const customStyles = { content : { top : ' 50% ' , left : ' 50% ' , right : ' auto ' , bottom : ' auto ' ,
【文件预览】:
react-modal-master
----.travis.yml(134B)
----.babelrc(106B)
----docs()
--------pygments.css(5KB)
--------accessibility()
--------testing()
--------examples()
--------contributing()
--------styles()
--------index.md(6KB)
----specs()
--------index.js(435B)
--------Modal.events.spec.js(7KB)
--------Modal.spec.js(22KB)
--------helper.js(4KB)
--------Modal.style.spec.js(2KB)
--------Modal.helpers.spec.js(4KB)
--------Modal.testability.spec.js(647B)
----package.json(2KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(429B)
--------ISSUE_TEMPLATE.md(253B)
----mkdocs.yml(901B)
----LICENSE(1KB)
----package-lock.json(566KB)
----dist()
--------react-modal.min.js(38KB)
--------react-modal.js(38KB)
----CONTRIBUTING.md(1KB)
----src()
--------index.js(63B)
--------components()
--------helpers()
----.npmignore(232B)
----.eslintrc.js(1KB)
----examples()
--------bootstrap()
--------index.html(1KB)
--------basic()
--------base.css(362B)
----.gitignore(203B)
----UPGRADE_GUIDE.md(170B)
----CHANGELOG.md(40KB)
----Makefile(4KB)
----karma.conf.js(1010B)
----README.md(4KB)
----scripts()
--------webpack.dist.config.js(994B)
--------repo_status(242B)
--------webpack.test.config.js(498B)
--------defaultConfig.js(418B)
--------changelog.py(3KB)
--------webpack.config.js(689B)
--------version(411B)
----bower.json(547B)