sp-dev-fx-webparts/samples/react-document-links-accordion
dependabot[bot] e26df39401
Bump es5-ext in /samples/react-document-links-accordion
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 10:24:03 +00:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config commit new sample react-documents-links-accordion 2021-10-10 22:33:40 +01:00
src commit new sample react-documents-links-accordion 2021-10-10 22:33:40 +01:00
teams commit new sample react-documents-links-accordion 2021-10-10 22:33:40 +01:00
.gitignore commit new sample react-documents-links-accordion 2021-10-10 22:33:40 +01:00
.yo-rc.json commit new sample react-documents-links-accordion 2021-10-10 22:33:40 +01:00
README.md Updated contributors for readmes 2023-03-15 00:11:27 -04:00
gulpfile.js commit new sample react-documents-links-accordion 2021-10-10 22:33:40 +01:00
package-lock.json Bump es5-ext in /samples/react-document-links-accordion 2024-02-27 10:24:03 +00:00
package.json Bump postcss and @microsoft/sp-build-web 2023-10-03 18:55:49 +00:00
tsconfig.json commit new sample react-documents-links-accordion 2021-10-10 22:33:40 +01:00
tslint.json commit new sample react-documents-links-accordion 2021-10-10 22:33:40 +01:00

README.md

Documents Links Accordion

Summary

This web part allows user create a accordion with documents links grouped by any column of document library. When the user clicks on the header it dynamically load documents.

documentsLinksAccordion

Screenshots

documentsLinksAccordion

Compatibility

SPFx 1.12.1 Node.js v14 | v12 | v10 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible

Applies to

Web Part Properties

Property Type Required comments
Web part Title Text no
Select Document Library dropdown yes
Select Field to Group By dropdown yes

Contributors

Version history

Version Date Comments
1.0.0 October 10, 2021 Initial release

Minimal Path to Awesome

  • Clone this repository
  • Move to sample folder
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
  • Add to AppCatalog and deploy

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.