18 changed files with 109 additions and 31 deletions
@ -0,0 +1,35 @@
|
||||
<a href="@Href" class="linkButtonContainer" > |
||||
@ChildContent |
||||
</a> |
||||
|
||||
<style> |
||||
.linkButtonContainer { |
||||
padding: 16px; |
||||
border: 1px solid; |
||||
border-radius: 8px; |
||||
font-weight: 800; |
||||
font-size: 1.2rem; |
||||
border-color: var(--primary); |
||||
background-color: var(--primary); |
||||
} |
||||
|
||||
.linkButtonContainer:hover { |
||||
background-color: var(--primary-hover); |
||||
border-color: var(--primary-border-hover); |
||||
color: white; |
||||
} |
||||
|
||||
</style> |
||||
|
||||
|
||||
@code { |
||||
|
||||
[Parameter] |
||||
public RenderFragment ChildContent { get; set; } = default!; |
||||
|
||||
|
||||
[Parameter] |
||||
public string Href { get; set; } = ""; |
||||
|
||||
|
||||
} |
||||
Binary file not shown.
@ -1 +1 @@
|
||||
[{"Id":1,"Name":"Tools","Description":"Tools Stuff","Order":1,"IsPrivate":"False","WebPageModels":[]},{"Id":2,"Name":"Resources","Description":"Resources Stuff","Order":2,"IsPrivate":"False","WebPageModels":[]},{"Id":3,"Name":"General","Description":"About Stuff","Order":3,"IsPrivate":"False","WebPageModels":[]},{"Id":4,"Name":"Development","Description":"Development Stuff","Order":4,"IsPrivate":"False","WebPageModels":[]},{"Id":5,"Name":"Settings","Description":"Settings Stuff","Order":5,"IsPrivate":"False","WebPageModels":[]}] |
||||
[{"Id":1,"Name":"Tools","Description":"Tools Stuff","Order":1,"IsPrivate":"False","Icon":"fa-screwdriver-wrench","OnlyIcon":false,"WebPageModels":[]},{"Id":2,"Name":"Resources","Description":"Resources Stuff","Order":2,"IsPrivate":"False","Icon":"fa-toolbox","OnlyIcon":false,"WebPageModels":[]},{"Id":3,"Name":"General","Description":"About Stuff","Order":3,"IsPrivate":"False","Icon":"fa-circle-info","OnlyIcon":false,"WebPageModels":[]},{"Id":4,"Name":"Development","Description":"Development Stuff","Order":4,"IsPrivate":"False","Icon":"fa-code","OnlyIcon":false,"WebPageModels":[]},{"Id":5,"Name":"Settings","Description":"Settings Stuff","Order":5,"IsPrivate":"False","Icon":"fa-gear","OnlyIcon":false,"WebPageModels":[]}] |
||||
Loading…
Reference in new issue