v6

GUI framework

V6

GUI development library for Crystal lang.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      v6:
        github: grkek/v6
    
  2. Run shards install

Usage

require "v6"

class Application < V6::Application
  def render : Component
    Box.new
  end
end

app = Application.new
app.run
Repository

v6

Owner
Statistic
  • 4
  • 0
  • 0
  • 0
  • 3
  • over 3 years ago
  • October 28, 2020
License

MIT License

Links
Synced at

Tue, 07 May 2024 05:44:35 GMT

Languages