redom-components
Version:
Lightweight, reusable UI components built with RE:DOM.
24 lines (23 loc) • 476 B
JSON
{
"name": "redom-components",
"version": "1.0.8",
"description": "Lightweight, reusable UI components built with RE:DOM.",
"keywords": [
"redom",
"components",
"ui",
"web",
"frontend",
"javascript"
],
"author": "Nick Adkinson",
"license": "MIT",
"type": "module",
"main": "./index.js",
"exports": {
".": "./index.js"
},
"dependencies": {
"redom": "^4.3.0"
}
}