No notes defined.

<!-- Default -->
<span class='c-venture-stage c-venture-stage--idea'>Idea (a.k.a. Application)</span>

<!-- Venture -->
<span class='c-venture-stage c-venture-stage--venture'>(Finalist) Venture</span>

<!-- Winner -->
<span class='c-venture-stage c-venture-stage--winner'>Winner</span>

<span class='{{ get_component_class( 'venture-stage', { modifiers: [ stage ] } ) }}'>{{ text }}</span>
/* Default */
{
  "stage": "idea",
  "text": "Idea (a.k.a. Application)"
}

/* Venture */
{
  "stage": "venture",
  "text": "(Finalist) Venture"
}

/* Winner */
{
  "stage": "winner",
  "text": "Winner"
}