nodegui / react-nodegui

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
https://react.nodegui.org
MIT License
6.18k stars 171 forks source link

Update plaintexteditprops.md #290

Closed gregpalaci closed 3 years ago

gregpalaci commented 3 years ago

adds plaintextedit example and link to qplaintextedit

shubhamzanwar commented 3 years ago

Thanks for working on docs to make things easier for users! We are using typedoc for automatically generating docs. Instead of modifying the content in the .md files, you could add it as a comment in the component files itself. Take a look at https://github.com/nodegui/react-nodegui/blob/f7b354d519f53a297a0c7ea0348ff113c6005504/src/components/Button/RNButton.ts#L10 for example.

Happy to approve this PR if you could move the content to the appropriate component file! 😁

gregpalaci commented 3 years ago

aha ok will migrate to that format tomorrow, thanks!

gregpalaci commented 3 years ago

https://github.com/nodegui/react-nodegui/pull/291