Skip to content

Script for generating Storybook.js files for large component libraries. Began as an internship project at Coforma.

Notifications You must be signed in to change notification settings

Gome510/ts-props

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storybook.js File Generator

Uses ts-json-schema-generator package to read prop types from component files and writes story controls based on those types.

Goal

Prevent developers from having to spend time writing repetetive storybook files. Hopefully this leads to more projects using Storybook.js. This helps designers to see how components are being implemented. Also opens the door to using Storybook.js's suite of testing tools.

Status

Work-In-Progress

How to use:

  • Coming Soon

About

Script for generating Storybook.js files for large component libraries. Began as an internship project at Coforma.

Resources

Stars

Watchers

Forks