4.x版本如何上层封装组件?
Open
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 637
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
f2 版本 4.0.48
What problem does this feature solve?
背景上层封装使用,可抽离公共。比如tooltip,封装使用。类似如下
### What does the proposed API look like?
const MyTooltip = (props) =>{
return
}
Contributor guide
Research direction
Start by reviewing the F2 4.0.48 tooltip API and the proposed MyTooltip wrapper shown in the issue. The issue names no files or tests, so first identify the existing tooltip entry point and clarify the intended public wrapping behavior; done means an agreed API and corresponding usage or documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100