# snt-link
# Component Pages
# Props
# label
- Type:
String | Number
- Default:
''
# href
- Type:
String
- Default:
''
# to
- Type:
String | Object
- Default:
undefined
# target
- Type:
String
- Default:
_self
# Slots
# default
The default Vue slot.
{
label: string,
to: string,
href: string,
target: string
}
# activator
{
label: string
}