You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this ticket, you'll be making the exercise component that renders half a unit circle for the user to fill in blanks.
This component will likely need, as props: the turtle's current angle, a list of which ticks should be labeled with numbers, and a similar list for which ones are exercises. Feel free to rearrange the above or include any other necessary (or even convenient) props at your own discretion.
Until the Exercise Side component is finished, just render this anywhere in the exercise side to test it. This circle doesn't have its own box-shadowed container, so you'll probably have to download the vector of the unit circle outline from Figma and give it the appropriate styling.
Thanks!
Here's a screenshot of what the component should end up looking like:
The text was updated successfully, but these errors were encountered:
For now, let's just try to get all the files downloaded on Figma and rendered in a component that takes all the props that Prem specified. Don't worry about the format for two lists, just make them lists of strings for now, we'll work out how to use them later!
In this ticket, you'll be making the exercise component that renders half a unit circle for the user to fill in blanks.
This component will likely need, as props: the turtle's current angle, a list of which ticks should be labeled with numbers, and a similar list for which ones are exercises. Feel free to rearrange the above or include any other necessary (or even convenient) props at your own discretion.
Until the Exercise Side component is finished, just render this anywhere in the exercise side to test it. This circle doesn't have its own box-shadowed container, so you'll probably have to download the vector of the unit circle outline from Figma and give it the appropriate styling.
Thanks!
Here's a screenshot of what the component should end up looking like:
The text was updated successfully, but these errors were encountered: