文件名称:rodal:带有动画的React模式
文件大小:63KB
文件格式:ZIP
更新时间:2024-03-20 02:35:10
react animation modal dialog CSS
罗达尔 一个带有动画的React模态。 安装 npm i rodal --save 用法 import React from 'react' ; import Rodal from 'rodal' ; // include styles import 'rodal/lib/rodal.css' ; class App extends React . Component { constructor ( props ) { super ( props ) ; this . state = { visible : false } ; } show ( ) { this . setState ( { visible : true } ) ; } hide ( ) { this . setState ( { visible : false } )
【文件预览】:
rodal-master
----webpack.config.js(774B)
----src()
--------rodal.js(4KB)
--------rodal.css(10KB)
----babel.config.js(380B)
----lib()
--------rodal.js(7KB)
--------rodal.css(10KB)
--------rodal.esm.js(6KB)
----.npmignore(110B)
----.travis.yml(40B)
----LICENSE(1KB)
----README.md(3KB)
----docs()
--------index.html(3KB)
--------src()
--------dist()
----.gitignore(58B)
----package.json(1KB)