sp-dev-fx-webparts/samples/react-custom-links/README.md

86 lines
2.3 KiB
Markdown
Raw Normal View History

2020-10-05 13:52:15 -04:00
---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
- Fluent UI React Controls
platforms:
- React
createdDate: 5/10/2020 12:00:00 AM
---
2020-11-08 23:37:03 -05:00
# Custom Links
2020-10-05 13:52:15 -04:00
## Summary
In this web part you can full customize the background and foreground color, font size, width and height of links
![CustomLinks](./assets/customlinks.gif)
![CustomLinks](./assets/customLinks01.PNG)
![CustomLinks](./assets/customLinks02.PNG)
2020-10-05 16:19:40 -04:00
![CustomLinks](./assets/customLinks03.PNG)
2020-10-05 13:52:15 -04:00
2021-11-07 01:43:55 -04:00
# Compatibility
![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg)
![Node.js v10](https://img.shields.io/badge/Node.js-v10-green.svg)
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg)
![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
![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)
2020-10-05 13:52:15 -04:00
## Applies to
* [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
* [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
## Solution
Solution|Author(s)
--------|---------
react-custom-links|João Mendes
## Version history
Version|Date|Comments
-------|----|--------
1.0.0| October 5, 2020|Initial release
## 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.**
---
## Minimal Path to Awesome
Please follow all the steps:
- Clone this repository
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- Add and deploy package to your tenant's App Catalog
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-custom-links" />