react-component / tabs

React Tabs
https://tabs.react-component.now.sh/
MIT License
567 stars 233 forks source link

docs(README): API-Tabs editable column add escape to avoid content to be separated #721

Closed Lsnsh closed 5 months ago

Lsnsh commented 5 months ago

Before

name type default description
editable { onEdit(type: 'add' 'remove', info: { key, event }), showAdd: boolean, removeIcon: ReactNode, addIcon: ReactNode } - config tab editable

After

name type default description
editable { onEdit(type: 'add' | 'remove', info: { key, event }), showAdd: boolean, removeIcon: ReactNode, addIcon: ReactNode } - config tab editable
vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tabs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 1, 2024 2:46am
Lsnsh commented 5 months ago

@zombieJ @afc163 Please help review this PR about adjust README table column content, if anyone has time, thank you.

Lsnsh commented 5 months ago

Fixed #718