Skip to content

Commit 9232779

Browse files
committed
chore: updated documentation
1 parent eb66d68 commit 9232779

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## 🌸 Jacaranda
22

3+
![NPM Version](https://img.shields.io/npm/v/jacaranda?style=flat)
4+
![NPM License](https://img.shields.io/npm/l/jacaranda?style=flat)
5+
![NPM Downloads](https://img.shields.io/npm/dt/jacaranda?style=flat)
6+
![GitHub Issues](https://img.shields.io/github/issues/coderdiaz/jacaranda?style=flat)
7+
![GitHub Stars](https://img.shields.io/github/stars/coderdiaz/jacaranda?style=flat)
8+
9+
310
> ⚠️ **BETA SOFTWARE**: This library is in active development and not yet recommended for production use. APIs may change without notice. Feel free to try it out and provide feedback!
411
512
Provides a way to styling components in React Native with better experience and composability. The key feature is the ability to create multi-variants styles with a type-safe definition inspired by [Stitches](https://stitches.dev/docs/variants) and [CVA](https://cva.style/docs/getting-started/variants) (for React apps).

packages/jacaranda/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"files": [
2020
"dist"
2121
],
22-
"homepage": "https://github.com/coderdiaz/sva#readme",
23-
"bugs": "https://github.com/coderdiaz/sva/issues",
24-
"repository": "https://github.com/coderdiaz/sva.git",
22+
"homepage": "https://github.com/coderdiaz/jacaranda#readme",
23+
"bugs": "https://github.com/coderdiaz/jacaranda/issues",
24+
"repository": "https://github.com/coderdiaz/jacaranda.git",
2525
"devDependencies": {
2626
"@swc/cli": "0.3.12",
2727
"@swc/core": "1.4.16",
@@ -59,7 +59,8 @@
5959
"types": "dist/index.d.ts"
6060
},
6161
"keywords": [
62-
"sva",
62+
"cva",
63+
"class-variance-authority",
6364
"style-variant-api",
6465
"jacaranda",
6566
"stitches",

0 commit comments

Comments
 (0)