Class

TabIceCircle

TabIceCircle(planned, type, earned) → {JSX.Element}

Constructor

# new TabIceCircle(planned, type, earned) → {JSX.Element}

This is an ICE circle without the link to the ICE page.

Parameters:
Name Type Description
planned number

the planned ICE value.

type string

the type of ICE, 'innov', 'comp', 'exp'.

earned number

the earned ICE value.

View Source ui/components/shared/TabIceCircle.tsx, line 16

the ICE circle.

JSX.Element