1.0.9 • Published 8 years ago

slack-message-preview v1.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago