<%= htmlWebpackPlugin.tags.headTags %> <%= htmlWebpackPlugin.options.title %>

Tooling Examples

Showcasing common use cases for @microsoft/fast-tooling and @microsoft/fast-tooling-react

The examples in this site serve to better illustrate:

  • How to use the message system
  • How to use the available React components

Additionally each example is encapsulated in its own folder which can be copied as used as a starting point.

<%= htmlWebpackPlugin .tags .bodyTags .filter( (tag) => tag.attributes.src.includes('main') || !( tag.attributes.src.startsWith('/example') || tag.attributes.src.startsWith('/vendors~example') ) ) .join('') %>