You just downloaded the uncompressed development resources for Mobiscroll. They come packaged as ES6 Modules.
For instructions on how to use and install the ES6 modules please see the documentation.
Step 1.
Copy Mobiscroll into your app.
Extract the zip file you just downloaded, then grab the js, src and css folders and copy it into
src/lib/mobiscroll folder of your React app. If there is no such folder available, you can create it.
Step 2.
Run the config command in the root folder of the React project. Make sure to have the
Mobiscroll CLI installed.
This will take care of setting everything up from the package you just downloaded.
Please note that it will not install the library from NPM, for updating Mobiscroll you'll have to repeat the process.
$ mobiscroll config react --no-npm
For manual installation follow the getting started guide.
Step 1.
Copy Mobiscroll into your app.
Extract the zip file you just downloaded, then grab the lib folder and copy it into src folder of your Angular app.
Step 2.
Run the config command in the root folder of the Angular project. Make sure to have the
Mobiscroll CLI installed.
This will take care of setting everything up from the package you just downloaded.
Please note that it will not install the library from NPM, for updating Mobiscroll you'll have to repeat the process.
$ mobiscroll config angular --no-npm
For manual installation follow the getting started guide
Step 1.
Copy Mobiscroll into your app.
Extract the zip file you just downloaded, then grab the lib folder and copy it into src folder of your Ionic app.
Step 2.
Run the config command in the root folder of the Ionic project. Make sure to have the
Mobiscroll CLI installed.
This will take care of setting everything up from the package you just downloaded.
Please note that it will not install the library from NPM, for updating Mobiscroll you'll have to repeat the process.
$ mobiscroll config ionic --no-npm
For manual installation follow the getting started guide.
