https://github.com/xiaokyo/npm-publish-source
一个可以在npm发布自定义react组件的模板源码
https://github.com/xiaokyo/npm-publish-source
Last synced: 9 months ago
JSON representation
一个可以在npm发布自定义react组件的模板源码
- Host: GitHub
- URL: https://github.com/xiaokyo/npm-publish-source
- Owner: xiaokyo
- Created: 2019-10-16T10:05:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:48:53.000Z (over 3 years ago)
- Last Synced: 2025-01-07T07:23:26.495Z (over 1 year ago)
- Language: JavaScript
- Size: 541 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xiaokyo-affix
xiaokyo 专用固钉组件
import Affix from 'xiaokyo-affix'
export default props=>{
return (
your reactNode
)
}