UNPKG

shinodalabs-ui

Version:

A collection of reusable React components styled with Tailwind CSS, including buttons, date pickers, modals, tabs, progress bars, forms, checkboxes, radio buttons, selects, inputs, textareas, dropdowns, tooltips, alerts, and badges.

77 lines (76 loc) 1.92 kB
{ "name": "shinodalabs-ui", "version": "1.15.10", "author": "Rodrigo Viegas Rodrigues <shinodalabs@gmail.com>", "description": "A collection of reusable React components styled with Tailwind CSS, including buttons, date pickers, modals, tabs, progress bars, forms, checkboxes, radio buttons, selects, inputs, textareas, dropdowns, tooltips, alerts, and badges.", "repository": { "type": "git", "url": "https://github.com/rodrigordgfs/shinodalabs-ui.git", "directory": "packages/shinodalabs-ui" }, "bugs": { "url": "https://github.com/rodrigordgfs/shinodalabs-ui/issues" }, "homepage": "https://github.com/rodrigordgfs/shinodalabs-ui#readme", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "react", "ui", "components", "tailwindcss", "button", "date-picker", "modal", "tabs", "progress-bar", "form", "checkbox", "radio", "select", "input", "textarea", "dropdown", "tooltip", "alert", "badge" ], "license": "ISC", "type": "commonjs", "private": false, "files": [ "dist" ], "scripts": { "build": "tsup", "prepublishOnly": "npm run build", "dev": "tsup --watch", "clean": "rm -rf dist" }, "peerDependencies": { "react": ">=19.0.0", "react-dom": ">=19.0.0", "tailwindcss": ">=4", "lucide-react": ">=0.511.0", "clsx": ">=2.1.1", "react-hook-form": ">=7.56.4", "react-day-picker": ">=9.7.0", "date-fns": ">=4.1.0" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "tsup": "^8.5.0", "typescript": "^5.8.3", "tailwindcss": ">=4", "lucide-react": ">=0.511.0", "clsx": ">=2.1.1", "react-hook-form": ">=7.56.4", "react-day-picker": ">=9.7.0", "date-fns": ">=4.1.0" }, "publishConfig": { "access": "public" } }