@gluedigital/markdown-message
v1.1.1
Published
markdown-message React component
Downloads
47
Keywords
Readme
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:
| Name | Type | Description | |------|------|-------------| | id | string | Text that you want to internationalizate | | values | object | You 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.