1.1.8 • Published 2 years ago

@raketa-cms/raketa-markdown-input v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@raketa-cms/raketa-markdown-input

Markdown input for Raketa CMS

NPM JavaScript Style Guide

Install

yarn add @raketa-cms/raketa-markdown-input

Usage

import { MarkdownInput } from "@raketa-cms/raketa-markdown-input";

<MarkdownInput
  label="Text" // optional
  height="200px" // optional
  documentationLink="https://guides.github.com/features/mastering-markdown/" // optional
  value={value} // required
  onChange={setValue} //required
/>;

<div dangerouslySetInnerHTML={{ __html: toHTML(value) }} />;

License

MIT © studioraketa

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago