maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
42 stars 4 forks source link

✨ Add unit to TitleDescription #325

Closed ollyhensby closed 3 months ago

ollyhensby commented 3 months ago

Be able to specify a unit with a title and description.

image

jgunstone commented 3 months ago

looks good - could you add something to the one of the demo_schemas that demonstrates it working?

ollyhensby commented 3 months ago

looks good - could you add something to the one of the demo_schemas that demonstrates it working?

Added here: 📝 Add example of unit being added to widget description in demo

which outputs this in the demo for core ipywidgets:

image

jgunstone commented 3 months ago

awesome thanks