Search code examples
javascriptjquerygithubbreadcrumbs

Github's new file breadcrumb component


I am trying to create a similar breadcrumb component from Github. When the user creates a new file for a project, a text input field appears and the user can type in the name of a folder. The moment the user types in the forward slash "/" key, a new input field appears (see step 2 of the picture below). The user can also press the "delete" key and return to the previous step. Anybody know of any components that can create a similar effect.

Thanks in advance


Solution

  • Maybe this library can help you. https://github.com/fabiodan/breadcrumb