material-ripple-button
Version:
React Ripple Button is similar to Material Design Button and may be used in standalone React applications or in conjunction with a CSS framework such as TailwindCSS.
37 lines • 976 B
JSON
{
"name": "material-ripple-button",
"version": "2.0.3",
"description": "React Ripple Button is similar to Material Design Button and may be used in standalone React applications or in conjunction with a CSS framework such as TailwindCSS.",
"private": false,
"main": "dist/index",
"module": "dist/index",
"typings": "dist/index",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/katyperrycbt/material-ripple-button.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"components",
"ui",
"material ripple button",
"tailwindcss",
"frontend",
"css",
"framework",
"nextjs"
],
"author": "Tallis",
"license": "MIT",
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.197"
}
}