Skip to content

Commit

Permalink
Added VirtualComponent to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Apr 4, 2018
1 parent 423b9be commit a196094
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ SilverWare ships with the following components ready for use:
- [`TileComponent`](#tilecomponent)
- [`TitleComponent`](#titlecomponent)
- [`ToggleComponent`](#togglecomponent)
- [`VirtualComponent`](#virtualcomponent)

### AreaComponent

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a196094

Please sign in to comment.