Skip to content

Commit 8557112

Browse files
🔥 rm package cmd, add correct repo urls
1 parent 71c6739 commit 8557112

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# react-classmate
22

3-
A tool for managing React component class names, variants and styles with the simplicity of styled-components and cva. Designed and tested for use with utility-first CSS libraries and SSR/SSG frameworks.
3+
[![npm](https://img.shields.io/npm/v/react-classmate)](https://www.npmjs.com/package/react-classmate)
4+
[![npm bundle size](https://img.shields.io/bundlephobia/min/react-classmate)](https://bundlephobia.com/result?p=react-classmate)
45

5-
See it in action: [https://react-classmate.dev/](https://react-classmate.dev/)
6+
A tool for managing React component class names, variants and styles with the simplicity of styled-components and cva. Designed and tested for use with utility-first CSS libraries and SSR/SSG frameworks.
67

78
## 🚩 Transform this
89

@@ -45,11 +46,9 @@ const ButtonBase = rc.button`
4546
- Dynamic styles
4647
- TypeScript support
4748
- Tested with SSR Frameworks
49+
- Compatible with UI-libraries ([DaisyUI](https://daisyui.com/), [Flowbite](https://flowbite.com/), [Radix UI](https://www.radix-ui.com/))
4850
- Classname merging (w/ [tailwind-merge](https://github.com/dcastil/tailwind-merge)]
4951

50-
[![npm](https://img.shields.io/npm/v/react-classmate)](https://www.npmjs.com/package/react-classmate)
51-
[![npm bundle size](https://img.shields.io/bundlephobia/min/react-classmate)](https://bundlephobia.com/result?p=react-classmate)
52-
5352
## New Documentation online!
5453

5554
#### [Head over to the new docs page](https://react-classmate.dev/)

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-classmate",
33
"description": "A react tool to separate class name logic, create variants and manage styles.",
4-
"version": "1.1.2",
5-
"author": "https://github.com/richard-unterberg",
6-
"homepage": "https://react-classmate.dev/",
4+
"version": "1.1.3",
5+
"bugs": { "url": "https://github.com/unterberg-dev/react-classmate/issues" },
6+
"homepage": "https://github.com/unterberg-dev/react-classmate/#readme",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/unterberg-dev/react-classmate.git"
@@ -50,7 +50,6 @@
5050
"build:base": "npm run clean && npm run bundle",
5151
"build": "npm run build:base && npm run postbuild",
5252
"packLocal": "npm run build:base && npm run postbuild:packLocal",
53-
"package": "npm run build && npm publish",
5453
"postbuild": "npx tsx postbuild.ts",
5554
"postbuild:packLocal": "cross-env MODE=packLocal npx tsx postbuild.ts",
5655
"bundle": "rollup -c",

0 commit comments

Comments
 (0)