External links
GUI development library for Crystal lang.
Add the dependency to your shard.yml:
shard.yml
dependencies: v6: github: grkek/v6
Run shards install
shards install
require "v6" class Application < V6::Application def render : Component Box.new end end app = Application.new app.run
v6
MIT License
Tue, 21 Jan 2025 23:54:22 GMT