React-Windows ## Scene组件 三层容器组件,前景,内容,背景 其中 * 前景背景没有鼠标事件 * 内容接受鼠标事件 * 三层都是单一的Element,通过属性指定 * 通过Window组件(对Scene的封装)可编写语义化代码 通过以下方式使用: ```tsx <Scene height={400} width={400} FrontLayer={<div></div>} BackLayer={<div></div>} Content={<div></div>}>
published version 0.5.0-alpha, 4 years agoReact-Windows ## Scene组件 三层容器组件,前景,内容,背景 其中 * 前景背景没有鼠标事件 * 内容接受鼠标事件 * 三层都是单一的Element,通过属性指定 * 通过Window组件(对Scene的封装)可编写语义化代码 通过以下方式使用: ```tsx <Scene height={400} width={400} FrontLayer={<div></div>} BackLayer={<div></div>} Content={<div></div>}>
published version 0.5.0-alpha, 4 years agoreact components for using react as xaml
published version 0.5.0-alpha3, 4 years ago用于代替原本的 koa-router,由于原本的 router 库使用麻烦,不符合 koa 中间件的风格,类型化孱弱,且面对自定义程度较高的需求无法满足,故再造一个 router 库以满足构建 mvc 框架的需求
published version 0.1.1-maintain2, 3 years agocreate instance by a definition object,and make type definition into runtime
published version 1.1.2, 2 years ago- published version 1.1.1, 2 years ago
```bash $ npm install # or pnpm install or yarn install ```
published version 1.0.0, a year ago- published version 1.0.0, a year ago
- published version 1.1.4, 6 months ago