--- id: markdown-features title: Style Guide - Markdown Features sidebar_label: Markdown Features --- import { Dark, Light } from '/src/components/ColorMode'; ## Overview We have developed several [React](https://reactjs.org/) components for assisting with writing documentation. ## Features ### Light/Dark Mode Switch #### Usage: ```jsx import { Dark, Light } from '/src/components/ColorMode';

Dark

Light

``` #### Demo:

This is only shown in dark mode.

This is only shown in light mode.