sp-dev-fx-webparts/samples/react-side-panel/README.md

78 lines
2.9 KiB
Markdown
Raw Normal View History

2020-11-08 23:42:17 -05:00
# Side Panel
## Summary
The web part illustrates creation and usage of Side Panel (Sidebar) control.
![React Side Panel Client-Side Web Part](./assets/side-panel.gif)
2021-11-07 01:33:53 -05:00
## Compatibility
| :warning: 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. |
2021-11-07 01:33:53 -05:00
![SPFx 1.0.0](https://img.shields.io/badge/SPFx-1.0.0-green.svg)
2023-03-15 01:23:34 -04:00
![Node.js v6](https://img.shields.io/badge/Node.js-v6-green.svg)
2021-11-07 01:33:53 -05:00
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
![Compatible SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Compatible-green.svg)
![Compatible with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Compatible-green.svg)
![Local Workbench Compatible](https://img.shields.io/badge/Local%20Workbench-Compatible-green.svg)
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg)
2022-02-16 21:47:07 -05:00
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg)
2023-03-15 01:23:34 -04:00
For more information about SPFx compatibility, please refer to <https://aka.ms/spfx-matrix>
2022-10-17 10:21:52 -04:00
## Applies to
2022-10-24 09:42:45 -04:00
* [SharePoint Framework](https://learn.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
2023-02-18 22:58:44 -05:00
## Contributors
2023-03-15 01:23:34 -04:00
* [Alex Terentiev](https://github.com/AJIXuMuK)
## Version history
Version|Date|Comments
-------|----|--------
1.0|May 11, 2017|Initial release
## Disclaimer
2023-02-18 22:58:44 -05:00
**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.**
## Features
2023-03-15 01:23:34 -04:00
Sample features:
2023-03-15 01:23:34 -04:00
* ability to add controls outside web part markup (thanks to Layout component)
* usage of Office UI Fabric React (Layout, ImageButton)
* CSS transition animations
Control features:
2023-03-15 01:23:34 -04:00
* left or right positioning
* usage of this.props.children for content
### Resources
2023-03-15 01:23:34 -04:00
- [React Quick Start](https://facebook.github.io/react/docs/tutorial.html)
* [TypeScript React Tutorials](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html)
* [Office UI Fabric](https://developer.microsoft.com/fluentui/)
## 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.
2023-03-12 21:16:15 -04:00
<img src="https://m365-visitor-stats.azurewebsites.net/sp-dev-fx-webparts/samples/react-side-panel" />