Skip to content

Commit 88346a0

Browse files
committed
fix: more suitable
1 parent d154512 commit 88346a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/card/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @nexim/icon
1+
# @nexim/card
22

33
![NPM Version](https://img.shields.io/npm/v/@nexim/card)
44
![Build & Lint & Test](https://github.com/the-nexim/design-system/actions/workflows/build-lint-test.yaml/badge.svg)
@@ -29,3 +29,9 @@ yarn add @nexim/card
2929
```html
3030
<span class="card-filled">home</span>
3131
```
32+
33+
- or like this
34+
35+
```html
36+
<span class="card-filled stateful">home</span>
37+
```

packages/card/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nexim/card ",
2+
"name": "@nexim/card",
33
"version": "0.0.0",
44
"description": "CSS classes for Material Design 3 card.",
55
"keywords": [

0 commit comments

Comments
 (0)