Skip to content

Commit

Permalink
$mol_chip - short text block
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 15, 2024
1 parent 5d34990 commit fe4ba7b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions chip/chip.view.css.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
namespace $.$$ {

$mol_style_define( $mol_chip, {

padding: $mol_gap.text,

border: {
radius: $mol_gap.round,
},

background: {
color: $mol_theme.card,
},

} )

}
3 changes: 3 additions & 0 deletions chip/chip.view.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$mol_chip $mol_view
sub /
<= title

0 comments on commit fe4ba7b

Please sign in to comment.