More Bulma components in bulma.ls.

dev
Luka Vandervelden 2019-12-24 22:24:22 +01:00
parent 93ce794e1e
commit ce45d34f12
1 changed files with 16 additions and 0 deletions

View File

@ -70,5 +70,21 @@ module.exports = {
action: url
method: method
}, content
media: (args) ->
h \div.media [
if args.left
h \div.media-left args.left
if args.content
h \div.media-content args.content
if args.right
h \div.media-right args.right
]
level: (args) ->
h \div.level [
if args.left
h \div.level-left args.left
if args.right
h \div.level-right args.right
]
}