Skip to content

Commit b4b7c12

Browse files
committed
feat: add tests setup
1 parent 5c2657a commit b4b7c12

File tree

8 files changed

+1508
-16
lines changed

8 files changed

+1508
-16
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
cache: 'npm'
1818
- run: npm ci
1919
- run: npm run lint
20+
- run: npm run test
2021
- run: npm run format:ci
2122
- run: npm run tsc
2223
- run: npm run build

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Component features
44

5-
- Extremely small package size: 2kB gzipped
5+
- Extremely small package size (gzipped):
6+
- Javascript: 2.5kB
7+
- CSS: 1.5kB
68
- 0 external dependencies
79
- Full typescript support
810
- Built in with Tailwind, but you can always customize the styles

0 commit comments

Comments
 (0)