All Projects → msmadeira → bulma-utilities

msmadeira / bulma-utilities

Licence: MIT license
Bulma’s extension to add utility classes

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to bulma-utilities

bulma-responsive-tables
Responsive tables component for Bulma CSS framework
Stars: ✭ 30 (-14.29%)
Mutual labels:  bulma-css-framework, bulma-extension
bulmawp
A free WordPress starter theme based on the Bulma CSS framework.
Stars: ✭ 53 (+51.43%)
Mutual labels:  bulma-css-framework
benefit
✨ Utility CSS-in-JS library that provides a set of low-level, configurable, ready-to-use styles
Stars: ✭ 51 (+45.71%)
Mutual labels:  utility-classes
Unleash-Shiny
https://rinterface.com/shiny/talks/RPharma2020/
Stars: ✭ 25 (-28.57%)
Mutual labels:  bulma-css-framework
UniObfuscator
Java obfuscator that hides code in comment tags and Unicode garbage by making use of Java's Unicode escapes.
Stars: ✭ 40 (+14.29%)
Mutual labels:  utility-classes
hexo-theme-griddy
Hexo theme for artist & photographer showing their work that created with Bulma CSS Framework
Stars: ✭ 22 (-37.14%)
Mutual labels:  bulma-css-framework
steller-css
⛰️ A utility-first CSS framework that serves as the foundation of your design system
Stars: ✭ 14 (-60%)
Mutual labels:  utility-classes
Bulma Templates
free flexbox templates built with the bulma css framework
Stars: ✭ 2,916 (+8231.43%)
Mutual labels:  bulma-css-framework
social.ui
Basic UI for typical social network application
Stars: ✭ 46 (+31.43%)
Mutual labels:  bulma-css-framework
Snippet-Share
This is a snippet sharing app that can be used to share snippets of code and more.
Stars: ✭ 41 (+17.14%)
Mutual labels:  bulma-css-framework
admin-two-vue-bulma-dashboard
Free Vue.js Bulma Buefy Admin Dashboard Template. Vite & Vue CLI supported
Stars: ✭ 68 (+94.29%)
Mutual labels:  bulma-css-framework
atomize
A library of atomic CSS classes.
Stars: ✭ 51 (+45.71%)
Mutual labels:  utility-classes
admin-one-nuxt
Admin One Nuxt - Nuxt.js Bulma Buefy admin dashboard
Stars: ✭ 23 (-34.29%)
Mutual labels:  bulma-css-framework
tailwind-merge
Merge Tailwind CSS classes without style conflicts
Stars: ✭ 313 (+794.29%)
Mutual labels:  utility-classes
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-40%)
Mutual labels:  bulma-css-framework
hucssley
Hucssley - a full-featured, consistent, atomic utility class library for rapidly building performant UI
Stars: ✭ 79 (+125.71%)
Mutual labels:  utility-classes
Session-resurrection
Save your browser sessions and restore them any time
Stars: ✭ 36 (+2.86%)
Mutual labels:  bulma-css-framework
HypeStyle
Small, useful CSS library build on utility classes & components.
Stars: ✭ 28 (-20%)
Mutual labels:  utility-classes
admin-null-nuxt
Admin Null — Free Nuxt Bulma Admin Dashboard (with dark mode)
Stars: ✭ 39 (+11.43%)
Mutual labels:  bulma-css-framework
Tailwindcss
A utility-first CSS framework for rapid UI development.
Stars: ✭ 50,879 (+145268.57%)
Mutual labels:  utility-classes

Bulma Utilities

Bulma Utilities is a Bulma Framework extension that add tons of utility classes.

Installation

NPM

npm install bulma-utilities

If you have custom Bulma variables, you can import bulma-utilities.sass after your variables file and it will use your custom $sizes and $colors lists.

Documentation

Utility Classes

Chart legend:
{x} - is a number that represents the position in $sizes (Bulma's derived variable) array (Example: has-margin-3)
{d} - is a letter that represents the direction, b stands for bottom, l for left, r for right and t for top (b, l, r, t, bl, br, bt, lr, lt, rt, blr, blt, brt, lrt) (Example: has-margin-b-3)
{c} - is the color used in the class (Example: has-bg-primary)

Class Description
has-margin-{x} Adds margin to element
has-margin-{d}-{x} Adds margin to element in respective direction
has-padding-{x} Adds padding to element
has-padding-{d}-{x} Adds padding to element in respective direction
is-paddingless-{d} Removes padding in respective direction
is-marginless-{d} Removes margin in respective direction
has-bg-{c} Changes background color to respective color
is-clickable Changes cursor to pointer
is-zoom-in Changes cursor to zoom-in
is-zoom-out Changes cursor to zoom-out
is-cell Changes cursor to cell
is-not-allowed Changes cursor to not-allowed
can-move Changes cursor to move
is-waiting Changes cursor to wait
has-margin-x-auto Adds 'margin: 0 auto' to element
hide-overflow Hides overflow
hide-overflow-x Hides horizontal overflow
hide-overflow-y Hides vertical overflow
has-position-absolute Adds position absolute to element
has-position-relative Adds position relative to element
has-position-fixed Adds position fixed to element
has-flex-center-items Adds display flex and align-items center
has-flex-start-items Adds display flex and align-items flex-start
has-flex-end-items Adds display flex and align-items flex-end
has-border-dashed Adds 'dashed' style to border
has-border-dotted Adds 'dotted' style to border
has-border-double Adds 'double' style to border
has-border-hidden Adds 'hidden' style to border
has-border-solid Adds 'solid' style to border
is-circle Makes element circular adding border-radius: 60px
unbreakable-text Makes text don't break lines
has-text-underlined Adds 'text-decoration: underline' to element

Copyright and license

Code copyright 2019 Matheus Madeira. Code released under the MIT license.

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].