jupyterlab / lumino

Lumino is a library for building interactive web applications
https://lumino.readthedocs.io/
Other
598 stars 127 forks source link

:hammer: make title/tabbar's close icon/class customable. #667

Closed novrain closed 6 months ago

novrain commented 6 months ago

The lumino default theme require font-awsome, but in some project, such as Vue project, they donot use it. Then the close icon will not show correctly. Import font-awsome to make the SINGLE icon show correctly does't make sences.

Just provide the same api like title.icon, will make the close icon customable.