wijohnst/ng-turkey-timer

VIEW: `Welcome`

Closed this issue · 3 comments

Adds the first screen, a Welcome component, to the application.

Image
Pictured, a render of the Welcome component / screen / route

Subtasks

  • Welcome component
  • ttheader component
  • Leaf component
  • LeafWreath component
  • YearAuthor component

LeafWreath Component

Image
Pictured, designs for the LeafWreath component

Leaf Component

Image
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.