Skip to content

Commit 9655232

Browse files
committed
Create Borders.md
1 parent 266b344 commit 9655232

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
# Borders
2+
3+
## Introduction
4+
5+
`abp-border` is a main element for border styling.
6+
7+
Basic usage:
8+
9+
````csharp
10+
<span abp-border="Default"></span>
11+
<span abp-border="Top"></span>
12+
<span abp-border="Right"></span>
13+
<span abp-border="Bottom"></span>
14+
<span abp-border="Left"></span>
15+
````
16+
17+
18+
19+
## Demo
20+
21+
See the [borders demo page](https://bootstrap-taghelpers.abp.io/Components/Borders) to see it in action.
22+
23+
## Values
24+
25+
A value indicates type, position and the color of the border. Should be one of the following values:
26+
27+
* `Default`
28+
* `_0`
29+
* `Primary`
30+
* `Secondary`
31+
* `Success`
32+
* `Danger`
33+
* `Warning`
34+
* `Info`
35+
* `Light`
36+
* `Dark`
37+
* `White`
38+
* `Primary_0`
39+
* `Secondary_0`
40+
* `Success_0`
41+
* `Danger_0`
42+
* `Warning_0`
43+
* `Info_0`
44+
* `Light_0`
45+
* `Dark_0`
46+
* `White_0`
47+
* `Top`
48+
* `Top_0`
49+
* `Top_Primary`
50+
* `Top_Secondary`
51+
* `Top_Success`
52+
* `Top_Danger`
53+
* `Top_Warning`
54+
* `Top_Info`
55+
* `Top_Light`
56+
* `Top_Dark`
57+
* `Top_White`
58+
* `Top_Primary_0`
59+
* `Top_Secondary_0`
60+
* `Top_Success_0`
61+
* `Top_Danger_0`
62+
* `Top_Warning_0`
63+
* `Top_Info_0`
64+
* `Top_Light_0`
65+
* `Top_Dark_0`
66+
* `Top_White_0`
67+
* `Right`
68+
* `Right_0`
69+
* `Right_Primary`
70+
* `Right_Secondary`
71+
* `Right_Success`
72+
* `Right_Danger`
73+
* `Right_Warning`
74+
* `Right_Info`
75+
* `Right_Light`
76+
* `Right_Dark`
77+
* `Right_White`
78+
* `Right_Primary_0`
79+
* `Right_Secondary_0`
80+
* `Right_Success_0`
81+
* `Right_Danger_0`
82+
* `Right_Warning_0`
83+
* `Right_Info_0`
84+
* `Right_Light_0`
85+
* `Right_Dark_0`
86+
* `Right_White_0`
87+
* `Left`
88+
* `Left_0`
89+
* `Left_Primary`
90+
* `Left_Secondary`
91+
* `Left_Success`
92+
* `Left_Danger`
93+
* `Left_Warning`
94+
* `Left_Info`
95+
* `Left_Light`
96+
* `Left_Dark`
97+
* `Left_White`
98+
* `Left_Primary_0`
99+
* `Left_Secondary_0`
100+
* `Left_Success_0`
101+
* `Left_Danger_0`
102+
* `Left_Warning_0`
103+
* `Left_Info_0`
104+
* `Left_Light_0`
105+
* `Left_Dark_0`
106+
* `Left_White_0`
107+
* `Bottom`
108+
* `Bottom_0`
109+
* `Bottom_Primary`
110+
* `Bottom_Secondary`
111+
* `Bottom_Success`
112+
* `Bottom_Danger`
113+
* `Bottom_Warning`
114+
* `Bottom_Info`
115+
* `Bottom_Light`
116+
* `Bottom_Dark`
117+
* `Bottom_White`
118+
* `Bottom_Primary_0`
119+
* `Bottom_Secondary_0`
120+
* `Bottom_Success_0`
121+
* `Bottom_Danger_0`
122+
* `Bottom_Warning_0`
123+
* `Bottom_Info_0`
124+
* `Bottom_Light_0`
125+
* `Bottom_Dark_0`
126+
* `Bottom_White_0`

0 commit comments

Comments
 (0)