sp-dev-fx-webparts/samples/react-custom-links
dependabot[bot] 74bb8fa195
Bump moment from 2.29.2 to 2.29.4 in /samples/react-custom-links
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 03:42:16 +00:00
..
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Adding PnP identifier for the MPN ID entries in samples - distinct sample usage in production 2021-01-07 14:51:39 +02:00
src
teams
tools
.editorconfig
.gitignore
.yo-rc.json
README.md Added spfx 1.11 containers 2022-02-15 00:37:36 -05:00
azure-pipelines-build-template.yml
azure-pipelines-deploy-template.yml
azure-pipelines.yml
gulpfile.js
package-lock.json Bump moment from 2.29.2 to 2.29.4 in /samples/react-custom-links 2022-07-14 03:42:16 +00:00
package.json Updated version number 2020-10-08 01:15:20 -04:00
tsconfig.json
tslint.json

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
Fluent UI React Controls
React
5/10/2020 12:00:00 AM

Custom Links

Summary

In this web part you can full customize the background and foreground color, font size, width and height of links

CustomLinks

CustomLinks

CustomLinks

CustomLinks

Compatibility

SPFx 1.11 Node.js v10 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Solution

Solution Author(s)
react-custom-links João Mendes

Version history

Version Date Comments
1.0.0 October 5, 2020 Initial release

Minimal Path to Awesome

Please follow all the steps:

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

  • 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

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.