najwer23morsels 0.16.6 → 0.16.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -29
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
A comprehensive collection of React components for building consistent, scalable applications.
|
|
2
2
|
|
|
3
3
|
# najwer23morsels
|
|
4
4
|
|
|
5
5
|
[](https://najwer23.github.io/najwer23morsels) [](https://github.com/najwer23/najwer23morsels) [](https://www.npmjs.com/search?q=najwer23morsels) [](https://www.npmjs.com/package/najwer23morsels)
|
|
6
6
|
|
|
7
|
-
1. Reusable UI Components
|
|
8
|
-
2. Documentation and Guidelines
|
|
9
|
-
3. Style Guides
|
|
10
|
-
4. Design Tokens
|
|
11
|
-
5. Tree shaking
|
|
12
|
-
6. Your own custom CSS classes
|
|
13
|
-
|
|
14
7
|
```js
|
|
15
8
|
yarn add najwer23morsels --dev
|
|
16
9
|
```
|
|
@@ -31,27 +24,6 @@ export const Example = () => {
|
|
|
31
24
|
}
|
|
32
25
|
```
|
|
33
26
|
|
|
34
|
-
```css
|
|
35
|
-
:root {
|
|
36
|
-
/* Main */
|
|
37
|
-
--n23mFontFamily: --fontFamily, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica,
|
|
38
|
-
Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
|
39
|
-
|
|
40
|
-
/* MorselsTextBox */
|
|
41
|
-
--n23mTextBoxMargin: 20px;
|
|
42
|
-
--n23mTextBoxColor: red;
|
|
43
|
-
--n23mTextBoxColorHover: orange;
|
|
44
|
-
--n23mTextBoxLineHeight: 1.42857;
|
|
45
|
-
--n23mTextBoxFontWeight: 400;
|
|
46
|
-
--n23mTextBoxFontWeightHover: 800;
|
|
47
|
-
|
|
48
|
-
/* MorselsButton */
|
|
49
|
-
--n23mButtonBg: black;
|
|
50
|
-
--n23mButtonBorderColor: black;
|
|
51
|
-
--n23mButtonBgDisabled: black;
|
|
52
|
-
}
|
|
53
|
-
```
|
|
54
|
-
|
|
55
27
|
[](https://najwer23.github.io/)
|
|
56
28
|
[](https://najwer23.github.io/resume/)
|
|
57
29
|
[](https://twitter.com/najwer23)
|