Skip to main content

Example Components

Example components were created using only @fluentui/react and pnp-react-hooks. You can check source code of example SPFx 1.14 project on GitHub.

Site search page.

Source file

GIF

Search and display user profile.

Source file

GIF

Current User Persona

Loads current user's profile and creates a persona.

Source file

GIF

File Explorer

Simple file explorer component to traverse files and folders with filtering.

Source file

GIF

Groups And Users

Displays all site groups along side with group users and shows if current user is member of selected group.

Source file

GIF

JSON File Data

Loads content and metadata of selected json file from SiteAssets folder.

Source file

GIF

List Items

Basic list component for displaying list items.

Source file

GIF

Navigation components for both site top navigation and quickbar.

Source file

GIF

Option Provider

Shows how options affects hooks behavior.

Source file

GIF

User Roles

Shows the roles of current user and how roles given to user.

Source file

GIF