We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d154512 commit 88346a0Copy full SHA for 88346a0
packages/card/README.md
@@ -1,4 +1,4 @@
1
-# @nexim/icon
+# @nexim/card
2
3

4

@@ -29,3 +29,9 @@ yarn add @nexim/card
29
```html
30
<span class="card-filled">home</span>
31
```
32
+
33
+- or like this
34
35
+```html
36
+<span class="card-filled stateful">home</span>
37
+```
packages/card/package.json
@@ -1,5 +1,5 @@
{
- "name": "@nexim/card ",
+ "name": "@nexim/card",
"version": "0.0.0",
"description": "CSS classes for Material Design 3 card.",
5
"keywords": [
0 commit comments