All Projects → mubaidr → bulma-pro

mubaidr / bulma-pro

Licence: MIT license
A professional theme for Bulma! https://mubaidr.github.io/bulma-pro/

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to bulma-pro

Gatsby Bulma Quickstart
🚀 + ⚛️ A Quick Way to bootstrap your next Gatsby + Bulma site.
Stars: ✭ 84 (+500%)
Mutual labels:  css3, bulma
datatables-bulma
DataTables styling for the Bulma CSS framework
Stars: ✭ 80 (+471.43%)
Mutual labels:  bulma
Wall-Street
A React Based Web App that allows you to trade virtually
Stars: ✭ 29 (+107.14%)
Mutual labels:  bulma
Landing-Page-Animation
Landing page animation made using CSS
Stars: ✭ 45 (+221.43%)
Mutual labels:  css3
Poke-Dex
This is a small webpage that allows user to add their favourite Pokémons! This project aims to help people in creating their first pull requests and participating in Hacktoberfest 2021
Stars: ✭ 126 (+800%)
Mutual labels:  css3
ResetCSS
Reset CSS Stylesheet to reduce browser inconsistencies.
Stars: ✭ 17 (+21.43%)
Mutual labels:  css3
simplefolio
⚡️ A minimal portfolio template for Developers
Stars: ✭ 10,737 (+76592.86%)
Mutual labels:  css3
Bona-Blog
An Open-Source Blogging Platform
Stars: ✭ 26 (+85.71%)
Mutual labels:  css3
Resources-For-New-Developers
A curated list for new developers and web designers.
Stars: ✭ 27 (+92.86%)
Mutual labels:  css3
yii-bulma
Yii Framework Bulma Integration
Stars: ✭ 23 (+64.29%)
Mutual labels:  bulma
capsule
A Hugo theme based on the CSS-only Bulma framework.
Stars: ✭ 20 (+42.86%)
Mutual labels:  bulma
ProBar
this script will allow you to configure a progress bar with a timer with other options
Stars: ✭ 0 (-100%)
Mutual labels:  css3
WebFamily
【每日学习打卡come on】一份涵盖大部分Web前端开发程序员所需要掌握的核心知识。前端技术博客仓库,Vue 源码解析,React 深度实践,TypeScript 进阶艺术,工程化,性能优化实践……
Stars: ✭ 161 (+1050%)
Mutual labels:  css3
Aris
Aris - A fast and powerful tool to write HTML in JS easily. Includes syntax highlighting, templates, SVG, CSS autofixing, debugger support and more...
Stars: ✭ 61 (+335.71%)
Mutual labels:  css3
placeholder-animated
Input com placeholder animado, cujo funcionamento é semelhante ao login do Google
Stars: ✭ 19 (+35.71%)
Mutual labels:  css3
hexa
Awesome Css Animation. The documentation =>
Stars: ✭ 32 (+128.57%)
Mutual labels:  css3
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (+85.71%)
Mutual labels:  css3
bulma-material-form
Material Design Form Elements for Bulma (CSS Only)
Stars: ✭ 26 (+85.71%)
Mutual labels:  bulma
portfolio-html
🌍 Open source portfolio template built with plain Html, CSS and JavaScript for developers to create their portfolio website
Stars: ✭ 52 (+271.43%)
Mutual labels:  css3
OpenScraper
An open source webapp for scraping: towards a public service for webscraping
Stars: ✭ 80 (+471.43%)
Mutual labels:  bulma

Bulma-Pro:

A professional theme for Bulma

Fluent Design Theme for Vue.js

Addons for Bulma are also available.


NPM

dependencies

Demo

mubaidr.github.io/bulma-pro

Quick install

NPM

npm install bulma-pro

Yarn

yarn add bulma-pro

Import

After installation, you can import the CSS/Sass file into your project using this snippet:

css

import 'bulma-pro/css/bulma.css'

sass

import 'bulma-pro/bulma.sass'

CDN link

unpkg.com/bulma-pro

Download from this Repository

Download Latest Minified Build

Customize

Simply set your own Sass variables before importing bulma-pro.

// Set your brand colors
$primary: #8a4d76;
$info: #fa7c91;
$success: #757763;
$warning: yellow;
$danger: red;
$light: #ccc;
$dark: #444;

// Update font family
$family-sans-serif: 'Calibri', 'Arial';

// Import the bulma-pro
@import 'bulma-pro/bulma.sass';

Copyright and license

Code copyright 2018 Muhammad Ubaid Raza.

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