f40cdcdfd2 | ||
---|---|---|
.. | ||
assets | ||
config | ||
src | ||
teams | ||
tools | ||
.editorconfig | ||
.gitignore | ||
.yo-rc.json | ||
README.md | ||
azure-pipelines-build-template.yml | ||
azure-pipelines-deploy-template.yml | ||
azure-pipelines.yml | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
Compatibility
This sample is designed to be used in the following enviroments:
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
Custom Links
Summary
In this web part you can full customize the background and foreground color, font size, width and height of links
Compatibility
For more information about SPFx compatibility, please refer to https://aka.ms/spfx-matrix
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.