UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

37 lines (36 loc) 829 B
{ "name": "@jay-js/ui", "version": "4.2.1", "description": "A library of UI components for Jay JS with Tailwind CSS and daisyUI.", "type": "module", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/AJCastello/jay-js.git", "directory": "packages/ui" }, "keywords": [ "Jay", "js", "single page application", "library", "ui", "components", "tailwind", "daisyui", "headless" ], "author": "AJ Castello", "license": "MIT", "bugs": { "url": "https://github.com/AJCastello/jay-js/issues" }, "homepage": "https://github.com/AJCastello/jay-js#readme", "peerDependencies": { "@jay-js/elements": "^1.0.0", "@jay-js/system": "^4.0.0", "tailwind-merge": "^2.3.0", "clsx": "^2.1.1" } }