Liking cljdoc? Tell your friends :D

re-learn.views


all-lessonscljs

(all-lessons)
source

arrow-widthcljs

source

lesson-contextcljs

(lesson-context context)
source

lesson-viewcljs

source

tutorialcljs

(tutorial {:keys [context? auto-accept?]
           :or {context? false auto-accept? false}})

Root view for displaying unlearned tutorials on the page. The :context? key allows you to turn on the context view which shows progress through the tutorial at the bottom of the screen. The :auto-accept? key when false shows a notification that lessons are available allowing the user to choose to start one, rather than starting the tutorial straight away when true (legacy behaviour)

Root view for displaying unlearned tutorials on the page.
The :context? key allows you to turn on the context view which shows progress through the tutorial
at the bottom of the screen.
The :auto-accept? key when false shows a notification that lessons are available allowing the user to choose to start one,
rather than starting the tutorial straight away when true (legacy behaviour)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close