Slack::BlockKit
A collection of ruby objects that represent Slack's block kit.
You can play around with the block kit using Slack's block kit builder!
The 'blocks' availables are split in line with how Slack documents them, that is:
Slack::BlockKit::Layoutcontains the Layout blocksSlack::BlockKit::Elementcontains the Block elementsSlack::BlockKit::Compositioncontains the Message composition objects
Installation
Add this line to your application's Gemfile:
gem 'slack_block_kit'
And then execute:
$ bundle
Or install it yourself as:
$ gem install slack_block_kit
Finally, require this:
require 'slack/block_kit'
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/CGA1123/slack_block_kit-ruby
See issues if you want any inspiration as to what to help with!
License
The gem is available as open source under the terms of the MIT License.