palantir/blueprint

Editable text in tab titles

Open

#1.017 geöffnet am 20. Apr. 2017

Auf GitHub ansehen
 (8 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)TypeScript (20.263 Stars) (2.167 Forks)batch import
P3Package: coreType: feature requesthelp wanted

Beschreibung

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