VIEW: `Welcome`
Closed this issue · 3 comments
wijohnst commented
wijohnst commented
Subtasks
-
Welcome
component -
ttheader
component -
Leaf
component -
LeafWreath
component -
YearAuthor
component
wijohnst commented
wijohnst commented
Leaf
Component
Pictured, various states for the Leaf
Component
The Leaf
component is the primary child of the LeafWreath
component.
The Leaf
component should accept an @Input
of type LeafColor
:
enum LeafColor {
ORANGE,
GREEN,
RED
}
The Leaf
component should also accept an @Input
called LeafAngle
of type string
. This will dynamically set the angle of the wrapper around the .svg
for each Leaf
type.