1.1.1 • Published 4 years ago

@gluedigital/markdown-message v1.1.1

Weekly downloads
10
License
MIT
Repository
-
Last release
4 years ago

MarkdownMessage

React component that allows to add bold with internationalization

Usage

To install it:

npm install --save @gluedigital/markdown-message

To use it:

import MarkdownMessage from '@gluedigital/markdown-message'

// ...

<MarkdownMessage id="id.message" />

Warning

needs to exist in the component ancestry.

Options

The following props can be used:

NameTypeDescription
idstringText that you want to internationalizate
valuesobjectYou can use this like FormattedMessage

Developing

This package uses nwb for the build. Take a look at their documentation for more info.

TL;DR: after installing nwb, just do npm start to open the dev environment.