@@ -23,49 +23,66 @@ If you feel awesome and want to support us in a small way, please consider starr
23
23
<table >
24
24
<tr >
25
25
<th>Module</th>
26
+ <th colspan="2">Links</th>
26
27
<th>Version</th>
27
28
<th>Description</th>
28
29
</tr >
29
30
<tr >
30
- <td><a href="https://github.com/Style-Forge/hub">hub</a></td>
31
+ <td>hub</td>
32
+ <td><a href="https://github.com/Style-Forge/hub" target="_blank">GitHub</a></td>
33
+ <td><a href="https://npmjs.com/package/style-forge" target="_blank">NPM</a></td>
31
34
<td><img src="https://img.shields.io/npm/v/style-forge" alt="npm"></td>
32
35
<td>Central repository that integrates all project modules.</td>
33
36
</tr >
34
37
<tr >
35
- <td><a href="https://github.com/Style-Forge/base">base</a></td>
38
+ <td>base</td>
39
+ <td><a href="https://github.com/Style-Forge/base" target="_blank">GitHub</a></td>
40
+ <td><a href="https://npmjs.com/package/style-forge.base" target="_blank">NPM</a></td>
36
41
<td><img src="https://img.shields.io/npm/v/style-forge.base" alt="npm"></td>
37
42
<td>Basic styles and foundational components of the project.</td>
38
43
</tr >
39
44
<tr >
40
- <td><a href="https://github.com/Style-Forge/helpers">helpers</a></td>
45
+ <td>helpers</td>
46
+ <td><a href="https://github.com/Style-Forge/helpers" target="_blank">GitHub</a></td>
47
+ <td><a href="https://npmjs.com/package/style-forge.helpers" target="_blank">NPM</a></td>
41
48
<td><img src="https://img.shields.io/npm/v/style-forge.helpers" alt="npm"></td>
42
49
<td>Utility functions and helpers for the project.</td>
43
50
</tr >
44
51
<tr >
45
- <td><a href="https://github.com/Style-Forge/form">form</a></td>
52
+ <td>└ media</td>
53
+ <td><a href="https://github.com/Style-Forge/media" target="_blank">GitHub</a></td>
54
+ <td><a href="https://npmjs.com/package/style-forge.media" target="_blank">NPM</a></td>
55
+ <td><img src="https://img.shields.io/npm/v/style-forge.media" alt="npm"></td>
56
+ <td>Comprehensive CSS media query helpers for responsive web design.</td>
57
+ </tr >
58
+ <tr >
59
+ <td>form</td>
60
+ <td><a href="https://github.com/Style-Forge/form" target="_blank">GitHub</a></td>
61
+ <td><a href="https://npmjs.com/package/style-forge.form" target="_blank">NPM</a></td>
46
62
<td><img src="https://img.shields.io/npm/v/style-forge.form" alt="npm"></td>
47
63
<td>Styles and components for creating forms.</td>
48
64
</tr >
49
65
<tr >
50
- <td><a href="https://github.com/Style-Forge/themes">themes</a></td>
66
+ <td>themes</td>
67
+ <td><a href="https://github.com/Style-Forge/themes" target="_blank">GitHub</a></td>
68
+ <td><a href="https://npmjs.com/package/style-forge.themes" target="_blank">NPM</a></td>
51
69
<td><img src="https://img.shields.io/npm/v/style-forge.themes" alt="npm"></td>
52
70
<td>Themes and styling options for the project.</td>
53
71
</tr >
54
72
<tr >
55
- <td><a href="https://github.com/Style-Forge/patterns">patterns</a></td>
73
+ <td>patterns</td>
74
+ <td><a href="https://github.com/Style-Forge/patterns" target="_blank">GitHub</a></td>
75
+ <td><a href="https://npmjs.com/package/style-forge.patterns" target="_blank">NPM</a></td>
56
76
<td><img src="https://img.shields.io/npm/v/style-forge.patterns" alt="npm"></td>
57
77
<td>Reusable patterns and templates for the project.</td>
58
78
</tr >
59
79
<tr >
60
- <td><a href="https://github.com/Style-Forge/colors">colors</a></td>
80
+ <td>colors</td>
81
+ <td><a href="https://github.com/Style-Forge/colors" target="_blank">GitHub</a></td>
82
+ <td><a href="https://npmjs.com/package/style-forge.colors" target="_blank">NPM</a></td>
61
83
<td><img src="https://img.shields.io/npm/v/style-forge.colors" alt="npm"></td>
62
84
<td>Color palettes and styles for the project.</td>
63
85
</tr >
64
- <tr >
65
- <td><a href="https://github.com/Style-Forge/media">media</a></td>
66
- <td><img src="https://img.shields.io/npm/v/style-forge.media" alt="npm"></td>
67
- <td>Comprehensive CSS media query helpers for responsive web design.</td>
68
- </tr >
69
86
</table >
70
87
71
88
## Contributing
0 commit comments