文件名称:使用 React.js 的对话动画集合
文件大小:388KB
文件格式:ZIP
更新时间:2024-06-28 09:24:17
Overlay
Reboron 一组带有 React.js 的对话框动画。 演示 - https://jerairrest.github.io/reboron/ 关于 这是 http://yuanyan.github.io/boron/ 的一个分支,修复了 React 15.* 中的弃用警告。 我将努力更新这个包以使用 es6 并修复主包中的一些问题。 欢迎 PR! 安装 使用 reboron 的最简单方法是从 NPM 安装它并将其包含在你自己的 React 构建过程中 npm install reboron --save 用法 import React, { Component } from 'react'; 从“reboron/DropModal”导入模态; 类示例扩展组件 { 构造函数(道具){ 超级(道具); } showModal() { this.refs.modal.show(); } hideModal() { this.refs.modal.hide(); } callback(evt) { console.log(evt); } 渲染(){ 返回(
【文件预览】:
reboron-master
----example()
--------dist()
--------src()
----.babelrc(191B)
----package.json(2KB)
----LICENSE(1KB)
----src()
--------DropModal.js(3KB)
--------FadeModal.js(2KB)
--------WaveModal.js(8KB)
--------modalFactory.js(5KB)
--------ScaleModal.js(3KB)
--------OutlineModal.js(4KB)
--------FlyModal.js(3KB)
----.npmignore(35B)
----.gitignore(206B)
----README.md(4KB)
----yarn.lock(86KB)