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
Mon, 18 Nov 2024 05:07:14 GMT