use-color-theme
Version:
A custom React Hook to help you implement a "color theme" component.
19 lines (18 loc) • 330 B
JSON
{
"name": "example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3002",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"use-color-theme": "^1.0.6"
}
}