node-red / node-red-dashboard

A dashboard UI for Node-RED
Other
1.3k stars 450 forks source link

Add text styling feature to ui_text #805

Closed HiroyasuNishiyama closed 1 year ago

HiroyasuNishiyama commented 1 year ago

This PR adds functionality for style specification to ui_text widget. Although ui_text supports styling with CSS, it is not easy to configure it because it requires knowledge of CSS and the internal implementation of the widget. This PR propose adding this functionality because there are many cases where variations of text are needed while creating dashboard screen.

dceejay commented 1 year ago

Excellent. Thanks Nishiyama-san for the PR.