palantir/blueprint

Editable text in tab titles

Open

#1,017 opened on Apr 20, 2017

View on GitHub
 (8 comments) (5 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
P3Package: coreType: feature requesthelp wanted

Description

We should consider first class support for this kind of interaction:

2017-04-20 10 43 41

Code for this roughly looks like:

<Tab2 title={<div><EditableText ... /> <span className="close-button" /></div>} ... />

Contributor guide