-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
822c057
commit 767b739
Showing
7 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
"tailwindcss", | ||
"react", | ||
"ui", | ||
"library" | ||
"ui library" | ||
], | ||
"author": "Hernan Alvarado <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,12 @@ | |
"registry": "https://registry.npmjs.org/@halvaradop/ui-core" | ||
}, | ||
"keywords": [ | ||
"core", | ||
"react", | ||
"component", | ||
"tailwindcss", | ||
"react", | ||
"ui", | ||
"ui library" | ||
], | ||
"author": "Hernan Alvarado <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ | |
"url": "git+https://github.com/halvaradop/ui.git" | ||
}, | ||
"keywords": [ | ||
"button", | ||
"dialog", | ||
"react", | ||
"component", | ||
"tailwindcss", | ||
"react", | ||
"ui", | ||
"library" | ||
"ui library" | ||
], | ||
"author": "Hernan Alvarado <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ | |
"registry": "https://registry.npmjs.org/@halvaradop/ui-form" | ||
}, | ||
"keywords": [ | ||
"button", | ||
"form", | ||
"react", | ||
"component", | ||
"tailwindcss", | ||
"react", | ||
"ui", | ||
"library" | ||
"ui library" | ||
], | ||
"author": "Hernan Alvarado <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
"tailwindcss", | ||
"react", | ||
"ui", | ||
"library" | ||
"ui library" | ||
], | ||
"author": "Hernan Alvarado <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@halvaradop/ui-label", | ||
"version": "0.1.0", | ||
"private": false, | ||
"description": "A label package for @halvaradop/ui library", | ||
"description": "A customizable label component for @halvaradop/ui library with Tailwind CSS styling.", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "tsup --watch", | ||
|
@@ -21,13 +21,13 @@ | |
"registry": "https://registry.npmjs.org/@halvaradop/ui-label" | ||
}, | ||
"keywords": [ | ||
"button", | ||
"label", | ||
"react", | ||
"component", | ||
"tailwindcss", | ||
"react", | ||
"ui", | ||
"library" | ||
"ui library" | ||
], | ||
"author": "Hernan Alvarado <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@halvaradop/ui-template", | ||
"version": "0.1.0", | ||
"private": false, | ||
"description": "A template package for @halvaradop/ui library", | ||
"description": "A customizable {_} component for @halvaradop/ui library with Tailwind CSS styling.", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "tsup --watch", | ||
|
@@ -17,13 +17,12 @@ | |
"url": "git+https://github.com/halvaradop/ui.git" | ||
}, | ||
"keywords": [ | ||
"button", | ||
"react", | ||
"component", | ||
"tailwindcss", | ||
"react", | ||
"ui", | ||
"library" | ||
"ui library" | ||
], | ||
"author": "Hernan Alvarado <[email protected]>", | ||
"license": "MIT", | ||
|