This package provides a sandbox that helps you learn to work with Fluid using only configuration options and markup.
The interface allows you to enter:
- Any additional HTML markup that is required (for example, for a view component).
- The component options. NOTE: The options are entered in the format used for a dynamic component, so you are expected to specify a
type
andoptions
at a minimum.
When you press the "Reload" button:
- Any previously created dynamic components will be destroyed.
- Your markup will be added to the DOM
- A dynamic component will be created with the selected options.
The Fluid components included with the framework are all available, for more information see the Infusion documentation.
To view the bundled demos as a static site:
npm install
npm run generateContent
- Open
generated/index.html
in a browser.