Packages
Media queries for responsive design in Phoenix LiveView. Heavily inspired by react-responsive.
Current section
Files
Jump to
Current section
Files
live_view_responsive
package.json
package.json
{
"name": "live_view_responsive",
"version": "0.1.0",
"description": "Media queries for responsive design in Phoenix LiveView",
"module": "./lib_client/index.js",
"main": "./lib_client/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Artur Ziętkiewicz",
"license": "ISC",
"files": [
"README.md",
"package.json",
"lib_client/*"
]
}