All Projects → andreyvital → react-slack-renderer

andreyvital / react-slack-renderer

Licence: other
A custom Slack renderer for React! <3

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-slack-renderer

turnio
🤖 Bot to manage a queue of slack users in a channel
Stars: ✭ 11 (-65.62%)
Mutual labels:  slack
slack-mock
A Slack API mocker for Slack bot integration tests.
Stars: ✭ 61 (+90.63%)
Mutual labels:  slack
slack-rs-api
Rust interface for the Slack Web API
Stars: ✭ 94 (+193.75%)
Mutual labels:  slack
slack-emoji-for-techies
100s of Slack emoji, many tech-related
Stars: ✭ 123 (+284.38%)
Mutual labels:  slack
slack-howdoi
☁️ Slack integration with the howdoi library
Stars: ✭ 43 (+34.38%)
Mutual labels:  slack
slack-emoji-enlarger
A command-line tool to enlarge and split an image or gif into tiles and auto-upload each as a slack emoji to create the illusion of an enlarged slack emoji
Stars: ✭ 23 (-28.12%)
Mutual labels:  slack
jarjar
Python utility for sending slack notifications to your teams
Stars: ✭ 19 (-40.62%)
Mutual labels:  slack
Taut
An ambitious Slack JSON export viewer.
Stars: ✭ 22 (-31.25%)
Mutual labels:  slack
electronim
Electron based multi IM (Instant Messaging) client
Stars: ✭ 50 (+56.25%)
Mutual labels:  slack
messaging-apis
Messaging APIs for multi-platform
Stars: ✭ 1,759 (+5396.88%)
Mutual labels:  slack
slack logger backend
An Elixir logger backend for posting errors to Slack.
Stars: ✭ 31 (-3.12%)
Mutual labels:  slack
terraform-aws-ecs-cloudwatch-sns-alarms
Terraform module to create CloudWatch Alarms on ECS Service level metrics.
Stars: ✭ 23 (-28.12%)
Mutual labels:  slack
WebsocketClientLite.PCL
websocket Client Lite PCL - Xaramrin
Stars: ✭ 22 (-31.25%)
Mutual labels:  slack
slack-rota
日々のローテーションをお知らせする Slack アプリ
Stars: ✭ 14 (-56.25%)
Mutual labels:  slack
slack.cr
Slack Real Time Messaging API in Crystal
Stars: ✭ 17 (-46.87%)
Mutual labels:  slack
iou-slack-bot
💸 IOU Slack Bot - Keep track of your debts with your peers.
Stars: ✭ 13 (-59.37%)
Mutual labels:  slack
prox
🙈 Share anonymous confessions in Slack
Stars: ✭ 28 (-12.5%)
Mutual labels:  slack
slack-status-based-on-wifi-name
Set your status on Slack based on the WiFi network you are connected to.
Stars: ✭ 30 (-6.25%)
Mutual labels:  slack
karmabot
upvotes and downvotes for slack
Stars: ✭ 24 (-25%)
Mutual labels:  slack
nomad-toast
A tool for receiving notifications based on HashiCorp Nomad events.
Stars: ✭ 40 (+25%)
Mutual labels:  slack

react-slack-renderer

Render Slack messages in a cool (React) way.

const message = SlackRenderer.render(
  <SlackMessage>
    <SlackText>
      Heyo
      <SlackEveryone />
    </SlackText>
  </SlackMessage>
);

slackClient.send(message);
{
  "text": "Heyo @everyone"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].