react-slots

时间:2024-04-07 01:04:38
【文件属性】:

文件名称:react-slots

文件大小:637KB

文件格式:ZIP

更新时间:2024-04-07 01:04:38

TypeScript

React Slots-您一直在等待的那个 这是一组组件,它们提供用于响应HTML5 行为的相似且熟悉的实现。请注意,这并不在幕后使用真实的插槽,而是为开发人员提供了相同的表达体验。 查看! npm install react-slots yarn add react-slots 用法 像正常使用元素一样使用Slot组件。 将您的组件传递给SlotHost函数(HOC)。 import React from "react" ; import { SlotHost , Slot } from "react-slots" ; const PageLayout = ( props ) => { return ( < div xss=removed> < header>


【文件预览】:
react-slots-main
----rollup.config.js(2KB)
----docs()
--------index.js(942KB)
--------index.js.map(1.59MB)
--------index.html(320B)
--------index.css(906B)
----package.json(2KB)
----LICENSE(1KB)
----package-lock.json(422KB)
----src()
--------utils.ts(557B)
--------index.tsx(3KB)
--------demo()
----tsconfig.json(570B)
----.gitignore(47B)
----README.md(4KB)

网友评论