sp-dev-fx-webparts/samples/react-themes
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
..
assets React themes demo (#199) 2017-05-09 02:52:03 +03:00
config Initial release (#185) 2017-05-06 18:44:58 +03:00
src/webparts/themes React themes demo (#199) 2017-05-09 02:52:03 +03:00
typings Initial release (#185) 2017-05-06 18:44:58 +03:00
.editorconfig Initial release (#185) 2017-05-06 18:44:58 +03:00
.gitattributes Initial release (#185) 2017-05-06 18:44:58 +03:00
.gitignore Initial release (#185) 2017-05-06 18:44:58 +03:00
.npmignore Initial release (#185) 2017-05-06 18:44:58 +03:00
.yo-rc.json Initial release (#185) 2017-05-06 18:44:58 +03:00
README.md URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
gulpfile.js Initial release (#185) 2017-05-06 18:44:58 +03:00
package.json Initial release (#185) 2017-05-06 18:44:58 +03:00
tsconfig.json Initial release (#185) 2017-05-06 18:44:58 +03:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
5/1/2017 12:00:00 AM

SharePoint Themes Client Side Web Part

Summary

This web part illustrates how to use SharePoint Theme variables in custom web parts.

SharePoint Themes Client Side Web Part

Used SharePoint Framework Version

drop

Applies to

Solution Author(s)
react-themes Alex Terentiev (Sharepointalist Inc., AJIXuMuK), Artur Kukharevich (akukharevich)

Version history

Version Date Comments
1.0 April 27, 2017 Initial release
1.1 May 8, 2017 themePrimary variable example added

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.

Features

This project contains Client-Side Web Part built on the SharePoint Framework illustrating how to use SharePoint themes variables to style custom web parts

Building the code

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.