# Buyer Signal
The BuyerSignal
component displays information to a user.
# Count
Use the count
prop to pass in a number to display in your buyer signal element. If no number is passed in, it will show 0
. If count
is larger than 99, it will display 99+
.
# Text
Use the default slot to pass text to your buyer signal element.
# Variant
Use the variant
prop to change the icon and color of your buyer signal element.
# Disabled
Use the disabled
prop to disable the buyer signal and give it a disabled appearance.
# Loading
Use the loading
prop to change buyer signal element loading state.
# Events
Use the @click
to do something when the buyer signal element is clicked.