Component: ListFormatComponent
A component to encapsulate the list formatting options is required. This list will display a simple title and render the known options for list formats.
Acceptance Criteria:
- Should accept input
formats
in the form of a list of knownListFormat
- Should accept input
currentFormat
in the form of a singleListFormat
- Should display a title "List Format"
- Should display a box containing a list of format radio options
- Should bind the
ListFormat
input listformats
- Should check option when rendered ListFormat matches
currentFormat
- Should check option when rendered ListFormat matches
- Should expose output
formatChanged
ofListFormat
- Should emit output event on selection of format in list
- Should bind the
Edited by Jon Rista