3.0.1 • Published 2 months ago

storybook-mobile-addon v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

📱storybook-mobile-addon

  • 2.x Requires storybook >=7.0.0
  • 3.x Requires storybook >=8.0.0

This addon offers suggestions on how you can improve the HTML, CSS and UX of your components to be more mobile-friendly.

To see all available suggestions, check out a live storybook demo here.

Quick Start

yarn add -D storybook-mobile-addon or npm install --save-dev storybook-mobile-addon

Next, add storybook-mobile-addon to your list of addons:

.storybook/main.js

module.exports = {
  // other config goes here
  addons: [
+    'storybook-mobile-addon'
  ],
}

This addon works best along with the @storybook/addon-viewport addon, so please install that as well if you don't have it already.

Contributing

If you have any suggestions or find any bugs, please make an issue or a pr!

3.0.1

2 months ago

2.1.2

2 months ago

2.1.1

2 months ago

2.0.2

12 months ago

2.0.1

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago