mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 20:48:24 +00:00
10 lines
177 B
C#
10 lines
177 B
C#
using Radzen;
|
|
|
|
namespace NftFaucetRadzen.Components.CardList;
|
|
|
|
public class CardListItemBadge
|
|
{
|
|
public BadgeStyle Style { get; set; }
|
|
public string Text { get; set; }
|
|
}
|