Tooltip
NB! The component will be deprecated soon.
Please check out our new Tooltip component.
top
            top
          
          
            top
          
          right
            right
          
          
            right
          
        bottom
            bottom
          
          
            bottom
          
        left
              left
            
            
              left
            
            
    Props
  
  
  | Name | Type | Required | Default | Description | 
|---|---|---|---|---|
| children | slot | Yes | - | Component or element which Tooltip wraps around | 
| text | string | Yes | - | Textual content for Tooltip | 
| icon | - | - | - | Icon shown in the Tooltip | 
| content | - | - | - | TODO - Custom component shown in the Tooltip | 
| placement | top | bottom | left | right | Yes | - | Where Tooltip will be shown | 
| show | - | - | - | TODO - Should Tooltip be shown persistently |