Markdown#

Install#

yarn add bumbag-addon-markdown
// or npm
npm install bumbag-addon-markdown

Import#

import { Markdown } from 'bumbag-addon-markdown'

Usage#

A friendly, themeable, accessible React UI Kit built with Reakit.

This is a blockquote.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This is bold text

This is italic text

This is bold italic text

  • Get
  • Around
  • This
  • List
  1. What
  2. About
  3. An
  4. Ordered
  5. One?
OptionDescription
datapath to data files to supply the data that will be passed into templates.
engineengine to be used for processing templates. Handlebars is the default.
extextension to be used for dest files.

It also supports links

And images:

Bumbag

Editable example

Markdown Props#

content string Required

elementProps any

wrap (children: any) => any

Inherits Box props

use

string
  | (ComponentClass<any, any> & { useProps: any; })
  | (FunctionComponent<any> & { useProps: any; })

className string

children

string
  | number
  | boolean
  | {}
  | ReactElement<any, string
  | ((props: any) => ReactElement<any, string
  | ...
  | (new (props: any) => Component<any, any, any>)>)
  | (new (props: any) => Component<...>)>
  | ReactNodeArray
  | ReactPortal
  | ((props: BoxProps) => ReactNode)

alignX "right" | "left" | "center"

alignY "top" | "bottom" | "center"

variant string

colorMode string

disabled boolean

overrides

{
  useCSSVariables?: boolean;
  altitudes?: AltitudesThemeConfig;
  borders?: BordersThemeConfig;
  borderRadii?: BorderRadiiThemeConfig;
  ... 95 more ...;
  Template?: TemplateThemeConfig;
}

elementRef ((instance: any) => void) | RefObject<any>

themeKey string

Copyright © 2021 Jake Moxey