File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ This variant <TagDocs text='phases' />, you can customize it with the following
64
64
<Flex className = " flex" gap = " 4" >
65
65
<PhaseCustom title = " Title" icon = " check" className = " w-44 h-40" status = " completed" numberPhase = { 1 } textTag = " Completed" />
66
66
<PhaseCustom title = " Title" icon = " search" className = " w-44 h-40" status = " active" numberPhase = { 2 } textTag = " In progress" />
67
- <PhaseCustom title = " Title" icon = " balance" className = " w-44 h-40" status = " default" numberPhase = { 3 } textTag = " Pendding " />
67
+ <PhaseCustom title = " Title" icon = " balance" className = " w-44 h-40" status = " default" numberPhase = { 3 } textTag = " Pending " />
68
68
</Flex >
69
69
</Playground >
70
70
@@ -95,7 +95,7 @@ export default function App() {
95
95
className="w-44 h-40"
96
96
icon={ScaleIcon}
97
97
status="default"
98
- textTag="Pendiente "
98
+ textTag="Pending "
99
99
numberPhase={3}
100
100
/>
101
101
</Flex>
@@ -133,7 +133,7 @@ This variant <TagDocs text='status' />, you can customize it with the following
133
133
subtitle = " Subtitle"
134
134
variant = " status"
135
135
status = " active"
136
- textTag = " Pendiente "
136
+ textTag = " Pending "
137
137
/>
138
138
<Phase
139
139
className = " w-44"
@@ -166,7 +166,7 @@ export default function App() {
166
166
subtitle="Subtitle"
167
167
variant="status"
168
168
status="active"
169
- textTag="Pendiente "
169
+ textTag="Pending "
170
170
/>
171
171
<Phase
172
172
className="w-44"
@@ -206,23 +206,23 @@ This variant <TagDocs text='quarters' />, you can customize it with the followin
206
206
listData = { [
207
207
{
208
208
completed: true ,
209
- label: " Anuales " ,
209
+ label: " Annual " ,
210
210
},
211
211
{
212
212
completed: true ,
213
- label: " 4° Trimestre " ,
213
+ label: " 4° Quarter " ,
214
214
},
215
215
{
216
216
completed: true ,
217
- label: " 3° Trimestre " ,
217
+ label: " 3° Quarter " ,
218
218
},
219
219
{
220
220
completed: true ,
221
- label: " 2° Trimestre " ,
221
+ label: " 2° Quarter " ,
222
222
},
223
223
{
224
224
completed: false ,
225
- label: " 1° Trimestre " ,
225
+ label: " 1° Quarter " ,
226
226
},
227
227
]} />
228
228
<PhaseCustom
@@ -234,23 +234,23 @@ This variant <TagDocs text='quarters' />, you can customize it with the followin
234
234
listData = { [
235
235
{
236
236
completed: true ,
237
- label: " Anuales " ,
237
+ label: " Annual " ,
238
238
},
239
239
{
240
240
completed: true ,
241
- label: " 4° Trimestre " ,
241
+ label: " 4° Quarter " ,
242
242
},
243
243
{
244
244
completed: true ,
245
- label: " 3° Trimestre " ,
245
+ label: " 3° Quarter " ,
246
246
},
247
247
{
248
248
completed: true ,
249
- label: " 2° Trimestre " ,
249
+ label: " 2° Quarter " ,
250
250
},
251
251
{
252
252
completed: false ,
253
- label: " 1° Trimestre " ,
253
+ label: " 1° Quarter " ,
254
254
},
255
255
]} />
256
256
</Flex >
@@ -270,23 +270,23 @@ export default function App() {
270
270
listData={[
271
271
{
272
272
completed: true,
273
- label: "Anuales ",
273
+ label: "Annual ",
274
274
},
275
275
{
276
276
completed: true,
277
- label: "4° Trimestre ",
277
+ label: "4° Quarter ",
278
278
},
279
279
{
280
280
completed: true,
281
- label: "3° Trimestre ",
281
+ label: "3° Quarter ",
282
282
},
283
283
{
284
284
completed: true,
285
- label: "2° Trimestre ",
285
+ label: "2° Quarter ",
286
286
},
287
287
{
288
288
completed: false,
289
- label: "1° Trimestre ",
289
+ label: "1° Quarter ",
290
290
},
291
291
]}
292
292
/>
@@ -298,23 +298,23 @@ export default function App() {
298
298
listData={[
299
299
{
300
300
completed: true,
301
- label: "Anuales ",
301
+ label: "Annual ",
302
302
},
303
303
{
304
304
completed: true,
305
- label: "4° Trimestre ",
305
+ label: "4° Quarter ",
306
306
},
307
307
{
308
308
completed: true,
309
- label: "3° Trimestre ",
309
+ label: "3° Quarter ",
310
310
},
311
311
{
312
312
completed: true,
313
- label: "2° Trimestre ",
313
+ label: "2° Quarter ",
314
314
},
315
315
{
316
316
completed: false,
317
- label: "1° Trimestre ",
317
+ label: "1° Quarter ",
318
318
},
319
319
]}
320
320
/>
You can’t perform that action at this time.
0 commit comments