# Box-link
## Examples
```html
${args.title || "Default Title"}
${args.description ? html`${args.description}
`: null }
```
### GroupExample
```html
First Item
Description for the first item
Second Item
Description for the second item
Third Item
Description for the third item
```
### CustomIcon
```html
Custom Icon Example
This box link uses a custom icon
```