https://github.com/mmsharepoint/pnpspfxcarouselimprovements
Two improvements for the PnP SPFx react control: Autoplay and a dot navigation
https://github.com/mmsharepoint/pnpspfxcarouselimprovements
Last synced: 3 days ago
JSON representation
Two improvements for the PnP SPFx react control: Autoplay and a dot navigation
- Host: GitHub
- URL: https://github.com/mmsharepoint/pnpspfxcarouselimprovements
- Owner: mmsharepoint
- Created: 2019-12-23T11:50:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T14:44:59.000Z (about 3 years ago)
- Last Synced: 2025-12-02T21:53:55.143Z (6 months ago)
- Language: TypeScript
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## pnp-spfx-carousel
This is where you include your WebPart documentation.
### Building the code
```bash
git clone the repo
npm i
npm i -g gulp
gulp
```
This package produces the following:
* lib/* - intermediate-stage commonjs build artifacts
* dist/* - the bundled script, along with other resources
* deploy/* - all resources which should be uploaded to a CDN.
### Build options
gulp clean - TODO
gulp test - TODO
gulp serve - TODO
gulp bundle - TODO
gulp package-solution - TODO