Show a simple toolbar on the Textarea component #280
mkocansey
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Bladewind Textarea component has until now been, well, a Textarea component. Just added an attribute
toolbar="true"
that turns the component into a rich text editor with very simple controls. This leverages the Quill library to make this possible.The toolbar comes with a set of formatting icons. You can remove the ones you do not need by passing an optional
except
attribute to the Textarea.Beta Was this translation helpful? Give feedback.
All reactions