New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-lite-markdown

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-lite-markdown

React markdown renderer of 简聊

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

React Lite Markdown

Build status

Introduction

React markdown renderer of 简聊

Usage

Install

npm i react-lite-markdown --save

Library

React = require 'react'

LiteMarkdown = React.createFactory require 'react-lite-markdown'

React.render LiteMarkdown(), document.body

Stylesheet (It's optional, you can @import your own prefer.)

@import "~react-lite-markdown/style/markdown.css";

Examples

Read example for full details.

# props
T = React.PropTypes

propTypes:
  name: T.string # For classname appear in component, with "is-#{@props.name}".
  value: T.string # Markdown content.
  className: T.string # Markdown content classname.

Develop

  • First, you should npm i to install dependencies.
  • Run npm start to begin dev mode with Webpack Dev Server.
  • Once completed, run npm test see if test is passed.

Welcome to contribute.

License

MIT

Keywords

FAQs

Package last updated on 06 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc