1.0.1 • Published 3 years ago

bulma-responsive-form-addons v1.0.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
3 years ago

Bulma responsive form addons npm version

Responsive form addons for Bulma. 🤷

Overview

Bulma feature cool form addons but they're not responsive, meaning that if you abuse them, it'll look like garbage on mobile like described in this issue.

If you also have this problem, hello, you found the right place, because I fixed it for you! 😌

Preview

This small piece of CSS will fix it for you out of the box with Bulma default values of a mobile maximum width of 768 pixels an input border radius of 4 pixels.

If you used different values, sorry, this is not SCSS, you'll have to edit it manually. Feel free to make a PR with Sass support. ❤

Enjoy! 🍻

Installation

npm install bulma-responsive-form-addons

Usage

<link rel="stylesheet" href="bulma-responsive-form-addons.css">

Feel free to adapt to your build process of choice. 🙃