solid-material
v0.5.1
Published
Material Design Component wrappers for the SolidJS framework
Downloads
3
Maintainers
Readme
Installation
- Clone this repo using
git clone [email protected]:JulianSoto/solid-material.git
Test Solid-Material locally
Go into the Solid-Material directory and run npm link
to install Solid-Material globally in your local machine. Now you can import it from another NodeJS project by running npm link solid-material
and importing "solid-material"
in your script files just like any other dependency.