Class | Properties |
---|---|
border | border-width: 1px; |
border-0 | border-width: 0px; |
border-2 | border-width: 2px; |
border-4 | border-width: 4px; |
border-8 | border-width: 8px; |
border-b | border-bottom-width: 1px; |
border-b-0 | border-bottom-width: 0px; |
border-b-2 | border-bottom-width: 2px; |
border-b-4 | border-bottom-width: 4px; |
border-b-8 | border-bottom-width: 8px; |
border-l | border-left-width: 1px; |
border-l-0 | border-left-width: 0px; |
border-l-2 | border-left-width: 2px; |
border-l-4 | border-left-width: 4px; |
border-l-8 | border-left-width: 8px; |
border-r | border-right-width: 1px; |
border-r-0 | border-right-width: 0px; |
border-r-2 | border-right-width: 2px; |
border-r-4 | border-right-width: 4px; |
border-r-8 | border-right-width: 8px; |
border-t | border-top-width: 1px; |
border-t-0 | border-top-width: 0px; |
border-t-2 | border-top-width: 2px; |
border-t-4 | border-top-width: 4px; |
border-t-8 | border-top-width: 8px; |
border-x | border-left-width: 1px; border-right-width: 1px; |
border-x-0 | border-left-width: 0px; border-right-width: 0px; |
border-x-2 | border-left-width: 2px; border-right-width: 2px; |
border-x-4 | border-left-width: 4px; border-right-width: 4px; |
border-x-8 | border-left-width: 8px; border-right-width: 8px; |
border-y | border-top-width: 1px; border-bottom-width: 1px; |
border-y-0 | border-top-width: 0px; border-bottom-width: 0px; |
border-y-2 | border-top-width: 2px; border-bottom-width: 2px; |
border-y-4 | border-top-width: 4px; border-bottom-width: 4px; |
border-y-8 | border-top-width: 8px; border-bottom-width: 8px; |
Basic Usage
All sides
border
border-2
border-4
border-8
<MudPaper Class="border border-solid mud-border-primary pa-4" Square="true">border</MudPaper> <MudPaper Class="border-2 border-solid mud-border-primary pa-4" Square="true">border-2</MudPaper> <MudPaper Class="border-4 border-solid mud-border-primary pa-4" Square="true">border-4</MudPaper> <MudPaper Class="border-8 border-solid mud-border-primary pa-4" Square="true">border-8</MudPaper>
Individual sides
border-t-4
border-r-4
border-b-4
border-l-4
<MudPaper Class="border-t-4 border-solid mud-border-primary pa-4" Square="true">border-t-4</MudPaper> <MudPaper Class="border-r-4 border-solid mud-border-primary pa-4" Square="true">border-r-4</MudPaper> <MudPaper Class="border-b-4 border-solid mud-border-primary pa-4" Square="true">border-b-4</MudPaper> <MudPaper Class="border-l-4 border-solid mud-border-primary pa-4" Square="true">border-l-4</MudPaper>
Horizontal and vertical sides
border-x-4
border-y-4
<MudPaper Class="border-x-4 border-solid mud-border-primary pa-4" Square="true">border-x-4</MudPaper> <MudPaper Class="border-y-4 border-solid mud-border-primary pa-4" Square="true">border-y-4</MudPaper>