We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to update the lessons within the sidebar based on whether a user has completed them.
GET_LESSON_PROGRESS
Example of a disabled lesson, with tooltip:
https://www.figma.com/file/hVyZkprXKN6myQuaIvRqfr/Learner-Views?node-id=220%3A2792
See above. You can use the Tooltip component with the hasArrow and placement props to match the design.
Tooltip
hasArrow
placement
The text was updated successfully, but these errors were encountered:
#237
Sorry, something went wrong.
victorzheng02
No branches or pull requests
Summary
We want to update the lessons within the sidebar based on whether a user has completed them.
Goals
GET_LESSON_PROGRESS
endpoint.Designs
Example of a disabled lesson, with tooltip:
https://www.figma.com/file/hVyZkprXKN6myQuaIvRqfr/Learner-Views?node-id=220%3A2792
Implementation
See above. You can use the
Tooltip
component with thehasArrow
andplacement
props to match the design.The text was updated successfully, but these errors were encountered: