I am learning the wonderful ipyvuetify widgets environment for rendering nice notebooks with voila.
I am looking for several hours in: https://ipyvuetify.readthedocs.io/en/latest/introduction.html
Now, already in that link there is no widget for manual user input.
Now observing the material widgets under: https://material.io/design/introduction
It is possible to see that (of course) there is a lable widget for user entry data.
Does anyone know if (for some reason) ipyvuetify does not offer yet such text user input ?
thanks
NOTE: Other way to formulate this question is simply: What is the equivalent to widgets.Text in ipyvuetify
Doesn't
v.TextField(label='Label', placeholder='Placeholder')
provide what you need?