Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Title and Sub-Title for Dashboard Component #4741

Closed
mindspank opened this issue Apr 28, 2024 · 0 comments · Fixed by #4897
Closed

Feat: Title and Sub-Title for Dashboard Component #4741

mindspank opened this issue Apr 28, 2024 · 0 comments · Fixed by #4897
Assignees
Labels
Type:Feature New feature request

Comments

@mindspank
Copy link
Contributor

A Dashboard Component should support a Title and Sub-Title.

Properties:

  • title - string (optional)
  • subtitle - string (optinal)

AC:

  • If title is defined a title should be rendered in the top left corner of the component with a heavy font weighting
  • If subtitle is defined a subtitle should be rendered in the top left corner, below title, with a normal font weighting
  • If neither title or subtitle is defined the contents of the component should occupy all available height of the component

Example:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Feature New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants