Tooltip

Default

  • Do oblíbených
  •         {% include "@Components/tooltip/tooltip.twig" with {
      props : {
        title: "Do oblíbených"
      }
    }
     %}
    
          
  •           <div class="tooltip">Do oblíbených</div>
    
            

Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    }
  }
}