Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
taxi
master
Taxi
Built with Crystal 1.9.2
2023-10-07 16:38:26 UTC
module
Taxi
Defined in:
taxi.cr
taxi/version.cr
Constant Summary
VERSION
=
"0.1.0"
Class Method Summary
.build
(&)
.div
(*children, **attrs)
.h1
(*children, **attrs)
.p
(*children, **attrs)
.tag
(name, *children, **attrs)
Class Method Detail
def self.
build
(&)
#
[
View source
]
def self.
div
(*children, **attrs)
#
[
View source
]
def self.
h1
(*children, **attrs)
#
[
View source
]
def self.
p
(*children, **attrs)
#
[
View source
]
def self.
tag
(name, *children, **attrs)
#
[
View source
]