1.0.9 • Published 10 years ago

slack-message-preview v1.0.9

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

10 years ago

1.0.8

10 years ago

1.0.7

10 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