palantir / blueprint

A React-based UI toolkit for the web
https://blueprintjs.com/
Apache License 2.0
20.61k stars 2.16k forks source link

Feature Request: Rich text component #807

Open brsanthu opened 7 years ago

brsanthu commented 7 years ago

Please consider providing a richtext component, may be based on Draftjs.

adidahiya commented 7 years ago

We have an internal implementation of this component; it uses draft-js. We'll consider cleaning it up and open sourcing it over the next few months.

brsanthu commented 7 years ago

Thanks @adidahiya. So Palantir has internal repo which you guys incubate new components and open source later?

Btw, I really appreciate what you guys have done here, providing a robust, enterprise grade components. Thank you for doing this.

giladgray commented 7 years ago

Well sure, there's lots more code where this came from! ⛰ We're just doing what we love :man_technologist:

cmrlp commented 3 years ago

We have an internal implementation of this component; it uses draft-js. We'll consider cleaning it up and open-sourcing it over the next few months.

Has there been any traction on this? Would love to see this component added to the next big release.

adidahiya commented 3 years ago

No traction on this, we've been using slate.js more these days, and building a Blueprint wrapper for slate hasn't been a priority. If you run into issues styling slate.js to fit a Blueprint application, please let me know.

cmrlp commented 3 years ago

No traction on this, we've been using slate.js more these days, and building a Blueprint wrapper for slate hasn't been a priority. If you run into issues styling slate.js to fit a Blueprint application, please let me know.

🙌🏻 Thank you! Do you have any suggestions for applying blueprint styling to slate.js for consistency?