class

Crst::Sidebar

Inherits Crst::Node < Reference < Object

Represents a sidebar

Constructors

new(title : String, children : Array(Crst::Node) = [] of Node, subtitle : Nil | String = nil)
Source

Instance methods

children
Source
children=(children : Array(Crst::Node))
Source
subtitle
Source
subtitle=(subtitle : String | Nil)
Source
title
Source
title=(title : String)
Source