Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bebeal/rehype-color-chips

Repository files navigation

@bebeal/rehype-color-chips

Rehype plugin that converts color codes into visual color chips in MDX documents

Image

Install

yarn add @bebeal/rehype-color-chips

Usage

import { rehypeColorChips } from '@bebeal/rehype-color-chips'

// In your MDX config
{
  rehypePlugins: [rehypeColorChips]
}

Usage in MDX

# Colors

Red: #f00

Green: #0f0

Blue: #00f

Turns into:

Image

About

Rehype plugin to convert color codes into visual color chips in MDX

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published