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.
This PR adds functionality for style specification to
ui_text
widget. Althoughui_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.