1.0.9 • Published 9 years ago

slack-message-preview v1.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Slack Message Preview

Allows previewing Slack messages.

install

npm install slack-message-preview

Usage

import SlackMessagePreview from "slack-message-preview";
import ReactDOM from "react-dom";

const slackMessage = {
  text: "Hi there!"
}

ReactDOM.render(<SlackMessagePreview message={slackMessage} />, container);

You must also include this component's styles available at node_modules/slack-message-preview/dist/index.css.

Slack Message Preview is not created by, affiliated with, or supported by Slack Technologies, Inc.

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago