sp-dev-fx-webparts/samples/react-faqs
Hugo Bernier 72bb01cafc Updated links to devprogram 2024-02-06 11:16:44 -05:00
..
.devcontainer Added devcontainer 2022-03-27 14:28:34 -04:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config initial release 2022-03-07 07:49:49 +05:30
src updated code for mobile check and guid 2022-06-02 18:46:57 +05:30
teams initial release 2022-03-07 07:49:49 +05:30
.gitignore Added devcontainer 2022-03-27 14:28:34 -04:00
.npmignore initial release 2022-03-07 07:49:49 +05:30
.yo-rc.json initial release 2022-03-07 07:49:49 +05:30
README.md Updated links to devprogram 2024-02-06 11:16:44 -05:00
gulpfile.js initial release 2022-03-07 07:49:49 +05:30
package-lock.json Bump follow-redirects from 1.15.3 to 1.15.4 in /samples/react-faqs 2024-01-11 02:45:54 +00:00
package.json Bump postcss and @microsoft/sp-build-web in /samples/react-faqs 2023-10-10 16:25:45 +00:00
tsconfig.json initial release 2022-03-07 07:49:49 +05:30
tslint.json initial release 2022-03-07 07:49:49 +05:30

README.md

https://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogramhttps://aka.ms/m365/devprogram--- page_type: sample products:

  • office-sp languages:
  • javascript
  • typescript extensions: contentType: samples technologies:
    • SharePoint Framework platforms:
    • react createdDate: 03/07/2022 12:00:00 AM

Frequently Asked Questions with Property Field Collection Data

Summary

  • This Web Part allows users to create Frequently Asked Questions using Property Field Collection Data for SharePoint Online.
  • This web part allows to search within questions and answers which are stored in a Property Field Collection Data and can be easily edited inline within the web part using Property Pane. Search text is highlighted in the search results.
  • Provides options to view as an Accordion or Tab.
  • In mobile browser defaults to Accordion view.

Web part preview

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.13.0 Node.js v14 | v12 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

There are no pre-requisites to use these samples.

Contributors

Version history

Version Date Comments
1.0 March 07, 2022 Initial release
1.1 June 02, 2022 Updates to sorting on Categories

Minimal path to awesome

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part allows users to create Frequently Asked Questions using Property Field Collection Data for SharePoint Online.

Has the following features:

  • Ability to create FAQ Categories
  • Ability to create FAQs with Rich Text Editor for Answer using PnP Rich Text Control
  • Ability to sort FAQs with capability from PnP Property Pane PropertyFieldCollectionData
  • Ability to view the FAQs as an Accordion or Tab
  • Ability to search based on FAQ Question and Answer and highlights the search term in the results
  • Defaults to Accordion in Mobile displays
  • Uses Custom Accordion components included in the code.
  • Use the site Primary colors and themes for display-
  • Uses Office UI Fabric Search Box for the search functionality

Share your web part with others through Microsoft 365 Patterns and Practices program to get visibility and exposure. More details on the community, open-source projects and other activities from http://aka.ms/m365pnp.

References

Help

We do not support samples, but 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.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

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.

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.