UNPKG

storybook-mobile

Version:

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

8 lines (5 loc) 99 B
import React from 'react' const Navbar = () => { return <div>nav</div> } export default Navbar