aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/lists/list.tsx
blob: 8fc9672a323c150b2cedd3a7f0cf7f33b4d82273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<
/// This file gather all global styles.

/**
 * Vendors
 */
@use "modern-normalize";

/**
 * Base
 */
@use "styles/base/base";
@use "styles/base/typography";

/**
 * Layout
 */
@use "styles/layout/grid";
@use "styles/layout/footer";
@use "styles/layout/main";

/**
 * Components
 */
@use "styles/components/buttons";
@use "styles/components/card";
@use "styles/components/meta";
ssName={`${styles.list__item} ${itemsClassName}`}> {value} {child && ( <ListTag className={`${styles.list} ${styles[kindClass]} ${className}`} > {getItems(child)} </ListTag> )} </li> )); }; return <ListTag className={listClass}>{getItems(items)}</ListTag>; };