x
1
2
3
4
5
6
7
<div class='chip-button-component-container' data-controller='tooltip'> <a class='chip_button_container_clickable'> open popup<span class='mx-1'><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <path d="M20.5 5V4.5H20H6.58579C6.65967 4.29105 6.77964 4.09904 6.93934 3.93934C7.22064 3.65804 7.60218 3.5 8 3.5H20C20.3978 3.5 20.7794 3.65804 21.0607 3.93934C21.342 4.22064 21.5 4.60218 21.5 5V15C21.5 15.3978 21.342 15.7794 21.0607 16.0607C20.901 16.2204 20.709 16.3403 20.5 16.4142V5ZM3.5 19V19.5H4H16H16.5V19V13V12.5H16H4H3.5V13V19ZM4 7.5H16C16.3978 7.5 16.7794 7.65804 17.0607 7.93934C17.342 8.22064 17.5 8.60218 17.5 9V19C17.5 19.3978 17.342 19.7794 17.0607 20.0607C16.7794 20.342 16.3978 20.5 16 20.5H4C3.60218 20.5 3.22064 20.342 2.93934 20.0607C2.65804 19.7794 2.5 19.3978 2.5 19V9C2.5 8.60218 2.65804 8.22064 2.93934 7.93934C3.22064 7.65804 3.60218 7.5 4 7.5Z" fill="var(--primary-color)" stroke="var(--primary-color)"></path> </svg></span> </a></div>
1
render ChipButtonComponent.new(text: PopupLinkTextComponent.new(text: text).call, type: 'clickable')
No notes provided.
Param | Description | Input |
---|---|---|
— |
|