Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vman/spfx-teams-theme-hooks
SPFx Teams tab: Use react hooks to dynamically handle theme changes
https://github.com/vman/spfx-teams-theme-hooks
microsoft-teams spfx
Last synced: 23 days ago
JSON representation
SPFx Teams tab: Use react hooks to dynamically handle theme changes
- Host: GitHub
- URL: https://github.com/vman/spfx-teams-theme-hooks
- Owner: vman
- Created: 2020-04-26T15:03:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T09:21:47.000Z (over 2 years ago)
- Last Synced: 2024-04-10T16:00:13.349Z (7 months ago)
- Topics: microsoft-teams, spfx
- Language: TypeScript
- Homepage: https://www.vrdmn.com/2020/04/spfx-teams-tab-use-react-hooks-to.html
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## spfx-hooks-teams-darkmode
Code accompanies the blog post:
[SPFx Teams tab: Use react hooks to dynamically handle theme changes](https://www.vrdmn.com/2020/04/spfx-teams-tab-use-react-hooks-to.html)
### Building the code
```bash
git clone the repo
npm i
npm i -g gulp
gulp
```