All Projects → aholachek → Storybook Mobile

aholachek / Storybook Mobile

A storybook addon that helps you create truly mobile-friendly components

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Storybook Mobile

touchclick
Provides immediate visual feedback on touch for native-feeling web apps
Stars: ✭ 42 (-54.84%)
Mutual labels:  ux, mobile-web
Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (-11.83%)
Mutual labels:  ux
Loki
👁 Visual Regression Testing for Storybook
Stars: ✭ 1,109 (+1092.47%)
Mutual labels:  storybook
Zisui
Yet another CLI to screenshot your Storybook
Stars: ✭ 72 (-22.58%)
Mutual labels:  storybook
Jtap
Tap Event for jQuery
Stars: ✭ 65 (-30.11%)
Mutual labels:  mobile-web
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: ✭ 75 (-19.35%)
Mutual labels:  ux
Vocabulary
A cohesive design system & Vue component library to unify the web-facing Creative Commons
Stars: ✭ 58 (-37.63%)
Mutual labels:  ux
Leaflet Gps
Simple leaflet control plugin for tracking gps position
Stars: ✭ 90 (-3.23%)
Mutual labels:  mobile-web
Nuxt Stories
Nuxt stories module -- Painless (and now insanely fast) storybooking for Nuxt
Stars: ✭ 81 (-12.9%)
Mutual labels:  storybook
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (-23.66%)
Mutual labels:  storybook
Secstory
SecStory (Security Story) adalah buku digital yang berisi kumpulan donasi cerita, ditulis oleh para pemangku kepentingan keamanan siber di Indonesia.
Stars: ✭ 71 (-23.66%)
Mutual labels:  storybook
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+1133.33%)
Mutual labels:  storybook
Uberux
Project that demonstrates the entire animation stack present in the Uber app (android)
Stars: ✭ 1,201 (+1191.4%)
Mutual labels:  ux
Dsm Storybook Example Library
Stars: ✭ 62 (-33.33%)
Mutual labels:  storybook
Calenstyle
Responsive Drag-&-Drop Event Calendar Library for Web, Mobile Sites, Android, iOS & Windows Phone
Stars: ✭ 83 (-10.75%)
Mutual labels:  mobile-web
Matchbox
🔥 A react UI component library
Stars: ✭ 58 (-37.63%)
Mutual labels:  storybook
Countly Sdk Cordova
Countly Product Analytics SDK for Cordova, Icenium and Phonegap
Stars: ✭ 69 (-25.81%)
Mutual labels:  mobile-web
Material Storybook
Material Demos using Storybook
Stars: ✭ 72 (-22.58%)
Mutual labels:  storybook
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (-2.15%)
Mutual labels:  storybook
Youtube flutter app
Stars: ✭ 85 (-8.6%)
Mutual labels:  ux

📱storybook-mobile

npm version

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 or npm install --save-dev storybook-mobile

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

.storybook/main.js

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

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].