Fork me on GitHub
#hoplon
<
2018-01-24
>
flyboarder04:01:19

and done 🙂

thedavidmeister04:01:30

great, i'll test it out in a little bit

thedavidmeister09:01:28

seems good, i've merged it in to my app, will let you know if i see issues

thedavidmeister09:01:13

the auto generated extern for jquery is missing stuff 😞

chromalchemy20:01:44

@flyboarder I am trying to play around with hl-uikit. I have the css loaded and the accordion example using custom elements works. But when I try to use uikit-hl.align I'm getting:

(:require 
   [uikit-hl.core]
   [uikit-hl.align])
(span :align-right true "my text")
=>
<span align-right="align-right">my text</span>
Is there anything I need to do to load the do! custom attributes in the hl-uikit.align ns?

flyboarder20:01:08

@chromalchemy I am updating the attribute format right now try :uk-align-right or :uikit/align-right

chromalchemy21:01:16

Ok, Thx. Right now with (span :uikit/align-right true "mytext") I get the same. With (span :uk-align-right true "mytext") I get <span uikit="{:uk-align-right true}">my text</span>. But I'll wait for update to try again.

chromalchemy21:01:53

Is there anything I need to do explicitly to initialize uikit js, or anything?