react-stack-view

时间:2024-06-05 02:41:49
【文件属性】:

文件名称:react-stack-view

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-05 02:41:49

JavaScript

React堆视图 用于响应的StackView组件 安装 npm install react-stack-view 用法 import React , { Component } from 'react' ; import StackView from 'react-stack-view' ; class MyComponent extends Component { add ( ) { this . refs . stack . push ( < div> < / div > ) ; } remove ( ) { this . refs . stack . pop ( ) ; } replace ( ) { this . refs . stack . replace ( [ < div> < / div > ] ) ; } ren


【文件预览】:
react-stack-view-master
----.gitignore(55B)
----package.json(934B)
----src()
--------index.js(2KB)
----webpack.config.js(787B)
----examples()
--------index.js(1KB)
----README.md(532B)
----lib()
--------react-stack-view.js(17KB)

网友评论