An open API service indexing awesome lists of open source software.

https://github.com/linearlabs-workspace/storybook-addon-mock

This addon allows you to mock fetch or XMLHttpRequest in the storybook.
https://github.com/linearlabs-workspace/storybook-addon-mock

addon mock-data mock-fetch storybook storybook-addon storybook-mock-api storybook-mock-request

Last synced: 14 days ago
JSON representation

This addon allows you to mock fetch or XMLHttpRequest in the storybook.

Awesome Lists containing this project

README

        


Storybook addon mock

Storybook Addon Mock




Actions Status


Npm download


npm version


License

[![NPM](https://nodei.co/npm/storybook-addon-mock.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/storybook-addon-mock/)

This addon allows you to mock fetch or XMLHttprequest requests in [storybook](https://storybook.js.org/).
If your component depends on backend requests, and your backend requests are not ready yet to feed your component,
this addon provides mock response to build your component.

### Purpose

There are few packages those help the developers to mock the backend requests while building components.
But those packages aren't integrated properly in storybook and also there's no scope to play with those requests in the storybook.
Mostly, there's no playground to modify the response and see the changes in the storybook.

### Highlights

`storybook-addon-mock` provides the following features.


  • You can mock fetch or XMLHttpRequest.

  • A dedicated panel where you can see the list of mock requests.

  • An on/off button for each request which can turn off the mock and try the real request.

  • A dropdown list of status code where you can change the status and experience the difference.

  • A response JSON object which can be modified in the panel. You can see the changes straight away in the story.

  • A delay option which helps you delaying the response so that you can test any kind of loading behaviour.

### Documentation

[See the documentation](https://storybook-addon-mock.netlify.app)

[Older(2.*) version documentation](https://github.com/nutboltu/storybook-addon-mock/blob/2.4.1/README.md)
### License

This project is licensed under the MIT License - see the LICENSE file in the source code for details.