A next-generation tool to create blazing-fast documentation sites
API
created:3/5/2021
updated:3/5/2021
loc
45
comments
62%

Template doc

You can use the document `template` property to reduce the amount of repetitive code. Click on the

button above to see how the document templates are created.

import { Button } from 'component-controls-stories';

Mary

Name
Description
Default
Controls
disabled

Boolean indicating whether the button should render as disabled

boolean
false
children

button label

(string & (boolean | ReactChild | ReactFragment | ReactPortal | null))
default
onClick

onClick handler

(() => void)
() => {}
style

Custom styles

object
{}
backgroundColor

Background color

string
#fefefe
color

Text color, default black

string
black
type

Button type

buttonresetsubmit
button
padding

Numeric field type

number
5

Commits

Date
Author
Commit Message
12/8/2020

atanasster

avatar of atanasster
feat: addon-stats
11/15/2020

atanasster

avatar of atanasster
feat: bind templates to stories
6/30/2020

atanasster

avatar of atanasster
docs: update gatsby starter
4/14/2020

atanasster

avatar of atanasster
feat: storybook without docs addon
4 commits
package
imports
peer
react
ReactFC

Stories

John