@mdx-js/react

WebJar for @mdx-js/react

License

License

MIT
Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mdx-js__react
Last Version

Last Version

2.0.0-next.3
Release Date

Release Date

Type

Type

jar
Description

Description

@mdx-js/react
WebJar for @mdx-js/react
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/mdx-js/mdx

Download mdx-js__react

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/mdx-js__react/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mdx-js__react</artifactId>
    <version>2.0.0-next.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mdx-js__react/
implementation 'org.webjars.npm:mdx-js__react:2.0.0-next.3'
// https://jarcasting.com/artifacts/org.webjars.npm/mdx-js__react/
implementation ("org.webjars.npm:mdx-js__react:2.0.0-next.3")
'org.webjars.npm:mdx-js__react:jar:2.0.0-next.3'
<dependency org="org.webjars.npm" name="mdx-js__react" rev="2.0.0-next.3">
  <artifact name="mdx-js__react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mdx-js__react', version='2.0.0-next.3')
)
libraryDependencies += "org.webjars.npm" % "mdx-js__react" % "2.0.0-next.3"
[org.webjars.npm/mdx-js__react "2.0.0-next.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

MDX logo

MDX: Markdown for the component era 🚀

Build Status Chat

MDX is an authorable format that lets you seamlessly use JSX in your markdown documents. You can import components, like interactive charts or notifications, and export metadata. This makes writing long-form content with components a blast.

Example

See MDX in action:

import { Chart } from '../components/chart'

# Heres a chart

The chart is rendered inside our MDX document.

<Chart />

Intro

MDX is markdown for the component era. It lets you write JSX embedded inside markdown. That’s a great combination because it allows you to use markdown’s often terse syntax (such as # heading) for the little things and JSX for more advanced components.

❤️ Powerful: MDX blends markdown and JSX syntax to fit perfectly in React/JSX-based projects.

💻 Everything is a component: Use existing components inside your MDX and import other MDX files as plain components.

🔧 Customizable: Decide which component is rendered for each markdown element ({ h1: MyHeading }).

📚 Markdown-based: The simplicity and elegance of markdown remains, you interleave JSX only when you want to.

🔥 Blazingly blazing fast: MDX has no runtime, all compilation occurs during the build stage.

Watch some of these features in action

Getting started

npm init mdx

Visit mdxjs.com for more info, and check out Contribute below to find out how to help out.

Why?

Before MDX, some of the benefits of writing markdown were lost when integrating with JSX. Implementations were often template string-based which required lots of escaping and cumbersome syntax.

“MDX […] is extremely useful for using design system components to render markdown and weaving interactive components in with existing markdown.”

@chrisbiscardi

MDX seeks to make writing with markdown and JSX simpler while being more expressive. The possibilities are endless when you combine components (that can even be dynamic or load data) with the simplicity of markdown for long-form content. A nice example of this is mdx-deck, a great way to create slides with MDX.

Sponsors

Support this effort and give back by sponsoring on OpenCollective!

Gatsby 🥇

Vercel 🥇

Netlify

Holloway

ThemeIsle

Boost Hub

Expo


You?

Authors

Related

See related projects in the MDX specification.

Contribute

MDX is built by people just like you! See the Support and Contributing guidelines on the MDX website for ways to (get) help.

This project has a Code of Conduct. By interacting with this repository, organisation, or community you agree to abide by its terms.

Want to chat with the community and contributors? Join us on GH Discussions!

License

MIT © [Compositor][] and Vercel

org.webjars.npm
JSX in Markdown (a @unifiedjs project)

Versions

Version
2.0.0-next.3