widgetti / widgetti/ipyvuetify
what is comm attribute in vue.Btn ? (not present in the corresponding vuetify element)
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 355
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
When doing:
import ipyvuetify as vue
print(vue.Btn)
You get an atribute called comm.
Such attribute is not part of vuetify button:
https://vuetifyjs.com/en/api/v-btn/#props
What is that attribute for? is that a simple comment?
thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ipyvuetify entry point shown in the example, vue.Btn, and compare its comm attribute with the Vuetify v-btn API linked in the issue. Document what comm represents and whether it is an ipyvuetify-specific attribute, then update the relevant documentation or API reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, frontend
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100