From a196094d90c00b7cfdb81c54bd90b05e7ca5472a Mon Sep 17 00:00:00 2001 From: Colin Tucker Date: Wed, 4 Apr 2018 22:03:18 +1000 Subject: [PATCH] Added VirtualComponent to README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0c87351..ab2e3d5 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ SilverWare ships with the following components ready for use: - [`TileComponent`](#tilecomponent) - [`TitleComponent`](#titlecomponent) - [`ToggleComponent`](#togglecomponent) +- [`VirtualComponent`](#virtualcomponent) ### AreaComponent @@ -276,6 +277,13 @@ Allows you to embed a block of rich-text content, edited using `HTMLEditorField` the visibility of the content toggleable via clicking on the header of the component. Can be started open or closed. +### VirtualComponent + +Acts as a proxy for another component, allowing you to display a component in multiple +locations without needing to create the component again. The virtual component +may use a custom title, style ID and style classes, but will otherwise render an +exact copy of the source component. + ## Issues Please use the [GitHub issue tracker][issues] for bug reports and feature requests.