Add new sample BasicCard-HTML-React-QuickView #193
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's in this Pull Request?
his PR adds a new SharePoint Framework (SPFx) sample that demonstrates how to create a Quick View experience using HTML and React. The sample showcases how to build a Quick View card in an Adaptive Card Extension (ACE), providing an interactive and dynamic user interface within SharePoint.
Key Features
Quick View Interface: Displays an HTML-based Quick View in a card format, allowing users to access essential information quickly and efficiently.
React Integration: Utilizes React to manage component state, handle user interactions, and dynamically update Quick View content, making the experience smooth and responsive.
HTML Customization: Includes custom HTML structure within the Quick View, providing flexibility in layout and design for tailored user experiences.
Reusable Components: Built with modular React components, enabling easy customization and reuse for different Quick View scenarios.
Example Use Cases
Quick access to details for specific list items or documents
Displaying notifications, reminders, or status updates in a concise format
Providing insights or data summaries that users can expand for more information
Additional Information
The README.md file in the sample folder includes detailed setup instructions, usage guidelines, and example screenshots. This sample is intended for developers looking to add rich, HTML-based Quick View capabilities to their SharePoint pages, enhancing the usability and visual appeal of Adaptive Card Extensions.