-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
feat(Task): Create a Task Component #2
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Tasklist is something like this?
If so: I don't think this is actually supported in most Markdown versions - e. g. Gists don't render these. |
Ah, it's
Sounds good! I would suggest the following JSX though: <Task checked>Test tasks</Task>
<Task>Become immortal</Task> |
Sorry to bother as this is probably off-topic. This is my first time participating hacktoberfest and I am wondering whether if all the PRs that I've contributed will count towards hacktoberfest or not. Based on the requirements, it states that the repository need to have the |
@KwanJunWen I've already added the topic, so each PR should be eliglible. If you log into your profile at https://hacktoberfest.digitalocean.com/ you should be able to see details around this. If there is any problems, please let me know :) |
Sometimes we would want to write a check list in markdown. Having a TaskList component allows users to create task list using JSX.
Would you be willing to help with a PR?
[X] Yes, absolutely
[ ] Yes, with some guidance
[ ] Unfortunately no time :'-(
Describe the solution you'd like
The markdown element could be created with the following
Each task should have a boolean that indicates whether if the task is checked.
Additional context
Refer to this for additional context.
The text was updated successfully, but these errors were encountered: