mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 20:48:24 +00:00
9 lines
179 B
C#
9 lines
179 B
C#
|
using Microsoft.AspNetCore.Components;
|
||
|
|
||
|
namespace NftFaucetRadzen.Components;
|
||
|
|
||
|
public partial class Checkmark
|
||
|
{
|
||
|
[Parameter] public bool AnchorToTopRightCorner { get; set; }
|
||
|
}
|