文件名称:react-smoothie-modal:React Smoothie Modal :unicorn::unicorn:
文件大小:317KB
文件格式:ZIP
更新时间:2024-06-19 22:42:21
JavaScript
React平滑模式 React冰沙模态组件 :unicorn: 安装 npm install --save react-smoothie-modal 用法 import React , { Component } from "react" ; import SmoothieModal from "react-smoothie-modal" ; class Example extends Component { state = { modalShow : false } closeModal = ( ) => { this . setState ( { modalShow : false } ) } render ( ) { return ( < div xss=removed> < butt
【文件预览】:
react-smoothie-modal-master
----.travis.yml(39B)
----.eslintrc(416B)
----example()
--------package.json(525B)
--------src()
--------public()
--------README.md(103KB)
--------yarn.lock(322KB)
----.babelrc(95B)
----rollup.config.js(775B)
----package.json(2KB)
----LICENSE(1KB)
----src()
--------.eslintrc(36B)
--------index.js(2KB)
--------test.js(148B)
--------styles.css(2KB)
--------Icon()
----.gitignore(291B)
----README.md(1KB)
----yarn.lock(429KB)
----.editorconfig(147B)