Skip to content
Known Issues: 6 impacting issues currently listed.
impacting+ : 6View details

Widget - MyOshi Card (native-looking)

A native-looking card that reuses MyOshi’s built-in .card / .card-header / .card-body styles.


Fields

FieldLabelDefault
titleTitleMy Card Title
headerClassHeader style classstarred
headerRightHeader right (optional HTML) (textarea, HTML allowed)<a href="#">View All</a>
bodyBody (HTML allowed) (textarea, HTML allowed)Drop your content here. You can use <b>bold</b>, <i>italics</i>, an...

Template HTML

<div class="card labw-myoshi-card">
<div class="card-header {{headerClass}}">
<span>{{title}}</span>
{{headerRight}}
</div>
<div class="card-body">
{{body}}
</div>
</div>

Template CSS

/*
This widget intentionally reuses MyOshi's built-in styles.
Only tiny spacing tweaks are applied, scoped to .labw-myoshi-card.
*/

.labw-myoshi-card{
margin-bottom: 10px;
}

/* Optional: keep long content from breaking layout */
.labw-myoshi-card .card-body{
overflow-wrap: break-word;
word-break: break-word;
}

“Native” widget note

This widget intentionally reuses base-template/MyOshi classes for its look.
If you switch templates or remove the base template styles, you may need to add your own styling.

Help
Shortcuts
  • Ctrl/ + K: Tools palette (Lab)