nuxt-themes / typography

Beautifully customizable Prose components for Nuxt Content.
https://typography.nuxt.space
MIT License
167 stars 8 forks source link

[Components] ProseCheckbox #24

Open bdrtsky opened 1 year ago

bdrtsky commented 1 year ago

Should I create ProseCheckbox component? Could be useful for creating TODO's. Right now we rendering empty native checkbox that looks like this:

## TODO

- [ ] one

Screenshot 2023-01-18 at 22.35.06.png

I guess it shouldn't be inactive for Prose usage.

nobkd commented 1 year ago

This sounds like a great idea. It was also requested in https://github.com/nuxt/content/issues/2202, so a base component should probably be implemented in nuxt/content as well.