A next-generation tool to create blazing-fast documentation sites
API
created:3/5/2021
updated:3/5/2021

Controls

Order Controls

Controls grouped in multiple tabs.

I am James and I'm 35 years old. Hello!
Name
Description
Default
Controls
Mesage
text
Hello!
Age
number
35
Name
text
James

Stories

Text Default Prop

A simple story that just returns the text parameter

Hello

Kitchen Sink

Complex story with a variety of control types.

My name is Storyteller, I'm 78 years old, and my favorite fruit is apple. I also enjoy watermelon, and hanging out with my dog Sparky

My birthday is: February 1, 1990 at:12:00:00 AM

I live in NY for 9 years.

My wallet contains: $12.50

In my backpack, I have:

  • Laptop
  • Book
  • Whiskey

Nice to meet you!

When I am happy I look like this: happy

XSS Safety

<img src="x" onerror="alert('XSS Attack')" >

Generate Random Data

Story using the

data
field of
controls
to generate streetAddress random data.

30333 Atlantic Ave.

Random Number

Story using the

data
field of
controls
to generate random number with min/max parameters.

10

Grouped Controls

Controls grouped in multiple tabs.

I am James and I'm 35 years old. Hello!

With Hooks

Dynamic controls - you can update the control's value directly from a hook in the story function.