cssier 0.3.0 → 0.4.0
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 +3 -3
- package/dist/Wbr-kB-50tx8.mjs +809 -0
- package/dist/components/index.js +161 -807
- package/dist/cssier.js +166 -168
- package/dist/hooks/index.js +5 -79
- package/dist/types.d.ts +2 -2
- package/dist/useCssProperty-BPiNucnI.mjs +79 -0
- package/dist/{useStylesheet-42306f27.mjs → useStylesheet-C18JCDAd.mjs} +6 -7
- package/package.json +14 -18
- package/dist/storybook-utils.d.ts +0 -4
package/README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
# 🎇
|
1
|
+
# 🎇CSSier
|
2
|
+
|
3
|
+
Inline styling for pseudo-classes,pseudo-elements, and animation on React components. With `cssier`, you can easily manage and apply custom styles for standard HTML and SVG elements, making your styling both dynamic and maintainable.
|
2
4
|
|
3
5
|

|
4
6
|

|
@@ -6,8 +8,6 @@
|
|
6
8
|

|
7
9
|

|
8
10
|
|
9
|
-
cssier allows you to use inline styling for pseudo-classes and pseudo-elements on React components. With `cssier`, you can easily manage and apply custom styles for standard HTML and SVG elements, making your styling both dynamic and maintainable.
|
10
|
-
|
11
11
|
## Features
|
12
12
|
|
13
13
|
- **Pre-built Components**: Import ready-to-use React components for HTML and SVG tags.
|