Sha256: 8e1a25f9af50d27bf471c2653c0410bc5e23b50f6ec9c2c74c7a3277a2d7688b
Contents?: true
Size: 185 Bytes
Versions: 39
Compression:
Stored size: 185 Bytes
Contents
class NavigationLinks < LucidComponent render do P do Link(to: '/') { 'Hello World!' } SPAN " | " Link(to: '/welcome') { 'Welcome!' } end end end
Version data entries
39 entries across 39 versions & 1 rubygems