An open API service indexing awesome lists of open source software.

https://github.com/waldekmastykarz/demo-spfx-webcomponents

Demo setup showing using web components in the SharePoint Framework
https://github.com/waldekmastykarz/demo-spfx-webcomponents

office-365 office-ui-fabric office365 sharepoint sharepoint-framework stencil stenciljs web-components

Last synced: about 1 month ago
JSON representation

Demo setup showing using web components in the SharePoint Framework

Awesome Lists containing this project

README

          

# demo-spfx-webcomponents

Demo setup showing using web components in the SharePoint Framework

![Sample SharePoint Framework web part using a custom web component styled after the Office UI Fabric Button component](./assets/webpart.png)

## Minimal path to awesome

### Setup web components

```sh
cd ouif-components
npm i
npm run build
npm link
```

### Setup the SharePoint Framework project

```sh
cd spfx-151-webcomponents
npm i
npm link ouif-components
gulp serve
```