Writing Vue Storybook stories in markdown

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • storybook

    Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

  • Storybook. has been around for a long time. It started as "React Storybook" but has grown immensely, and now supports several frameworks. (Fun fact: like Storybook, Vue Styleguidist is also built using React). Storybook users can take advantage of a very active community and rich library of addons.

  • vue-storybook-example

    Storybook DS using Vue and MDX

  • If you want to explore the code I created for this article, head off to my github repository.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vue-styleguidist

    Created from react styleguidist for Vue Components with a living style guide

  • Most of the frontend stack at Ecosia is built around with Vue. We also had a design style-guide built using Vue Styleguidist. Our style-guide is essentially a list of all the Vue components used across our frontend applications.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Storybook 7.0 is here!

    3 projects | /r/vuejs | 12 Apr 2023
  • Vue 3 comp api autogenerated component docs

    3 projects | /r/vuejs | 15 Nov 2022
  • React library development - How do you render your components during development?

    2 projects | /r/reactjs | 8 Jan 2022
  • Document & Test Vue 3 Components With Storybook

    8 projects | dev.to | 15 Nov 2021
  • How do you properly document properties with type object/array?

    1 project | /r/vuejs | 8 Nov 2021