Get StartedCommunity
Search
No results
Enter to navigate
Up and Down keys select

Components

The component allows instant navigation between pages without reloading the page.

<nav-link to="/path/to/page"> "Title"

<nav-link to="/path/to/page">
  <thin-icon name="pen>
  "Edit"

If you don't want to use it please refer to imba router. e.g. or imba.router.go "/some/other/path"

thin-icon

<thin-icon name="pencil">
<thin-icon name="pen">
<thin-icon name="wrench">
<thin-icon name="gear">

Search a gazillion of them at https://phosphoricons.com.

text-copier

It shows a little copy icon that can be clicked to copy text.

# static
<text-copier value="my code to be copied">

# from a variable
const myCodes = "my dynamic code"
<text-copier value=myCodes>
made by us