All Projects → justboil → bulma-responsive-tables

justboil / bulma-responsive-tables

Licence: MIT License
Responsive tables component for Bulma CSS framework

Programming Languages

CSS
56736 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bulma-responsive-tables

admin-one-nuxt
Admin One Nuxt - Nuxt.js Bulma Buefy admin dashboard
Stars: ✭ 23 (-23.33%)
Mutual labels:  bulma, bulma-css-framework, bulma-css, bulma-ui, bulma-framework
admin-null-nuxt
Admin Null — Free Nuxt Bulma Admin Dashboard (with dark mode)
Stars: ✭ 39 (+30%)
Mutual labels:  bulma, bulma-css-framework, bulma-css, bulma-ui, bulma-framework
admin-two-vue-bulma-dashboard
Free Vue.js Bulma Buefy Admin Dashboard Template. Vite & Vue CLI supported
Stars: ✭ 68 (+126.67%)
Mutual labels:  bulma, bulma-css-framework, bulma-css, bulma-ui, bulma-framework
bulma-prefers-dark
Bulma prefers dark theme
Stars: ✭ 169 (+463.33%)
Mutual labels:  bulma, bulma-css, bulma-extension
Bulma.io-axure
AxureRP Library with Bulma.io components
Stars: ✭ 90 (+200%)
Mutual labels:  bulma, bulma-css, bulma-ui
Bulma Templates
free flexbox templates built with the bulma css framework
Stars: ✭ 2,916 (+9620%)
Mutual labels:  bulma, bulma-css-framework, bulma-css
personal-website
My personal website
Stars: ✭ 117 (+290%)
Mutual labels:  bulma, bulma-css
bulmawp
A free WordPress starter theme based on the Bulma CSS framework.
Stars: ✭ 53 (+76.67%)
Mutual labels:  bulma, bulma-css-framework
hexo-theme-griddy
Hexo theme for artist & photographer showing their work that created with Bulma CSS Framework
Stars: ✭ 22 (-26.67%)
Mutual labels:  bulma, bulma-css-framework
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (-26.67%)
Mutual labels:  bulma, bulma-css
bulma-utilities
Bulma’s extension to add utility classes
Stars: ✭ 35 (+16.67%)
Mutual labels:  bulma-css-framework, bulma-extension
Vinetos.fr
The website of Vinetos
Stars: ✭ 14 (-53.33%)
Mutual labels:  bulma, bulma-css
Session-resurrection
Save your browser sessions and restore them any time
Stars: ✭ 36 (+20%)
Mutual labels:  bulma-css-framework, bulma-css
capsule
A Hugo theme based on the CSS-only Bulma framework.
Stars: ✭ 20 (-33.33%)
Mutual labels:  bulma, bulma-css
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-30%)
Mutual labels:  bulma-css-framework, bulma-css
vue-portfolio
💼 Portfolio built with Vue and Bulma
Stars: ✭ 13 (-56.67%)
Mutual labels:  bulma, bulma-css
datatables-bulma
DataTables styling for the Bulma CSS framework
Stars: ✭ 80 (+166.67%)
Mutual labels:  bulma, bulma-css
awesome-bulma
🎉 A curated list of awesome things related to Bulma CSS Framework
Stars: ✭ 116 (+286.67%)
Mutual labels:  bulma, bulma-css
sounds-of-github
This is a Chrome extension to play sound effects whenever you leave a reaction on GitHub.
Stars: ✭ 72 (+140%)
Mutual labels:  bulma-css
theme-bulma
🎈 Customization of Oruga components with Bulma CSS framework
Stars: ✭ 88 (+193.33%)
Mutual labels:  bulma

Bulma Responsive Tables

version license

Responsive tables for Bulma CSS Framework

Responsive tables for Bulma CSS Framework — Pure HTML & CSS/SCSS.

  • Free under MIT License
  • Pure HTML & CSS/SCSS
  • Built for Bulma CSS Framework
  • No js framework dependencies
  • Ready-to-use CSS
  • SCSS sources with variables

Table of Contents

Demo

Demo and usage samples available at https://justboil.github.io/bulma-responsive-tables/

Quick Start

npm install

$ npm i bulma-responsive-tables --save

SCSS

Use with scss

/* Bulma Responsive Tables */
@import "node_modules/bulma-responsive-tables/bulma-responsive-tables";

/* Bulma */
@import "node_modules/bulma/bulma";

... or use as CSS

You may just copy pre-compiled main.css or main.min.css file from the repository or from node_modules/bulma-responsive-tables/css folder and use it in HTML

<!-- Bulma -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">

<!-- Bulma Responsive Tables -->
<link rel="stylesheet" href="%SOME-LOCAL-PATH%/bulma-responsive-tables/css/main.min.css">

Usage samples

Demo and usage samples available at https://justboil.github.io/bulma-responsive-tables/

Browser Support

We try to make sure package works well in the latest versions of all major browsers

Chrome Firefox Edge Safari Opera

Reporting Issues

JustBoil's free items are limited to community support on GitHub.

The issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions. If you open an issue that does not conform to the requirements, it will be closed.

  1. Make sure you are using the latest version of the package
  2. Provide steps to reproduce
  3. Provide an expected behavior
  4. Describe what is actually happening
  5. Platform, Browser & version as some issues may be browser specific

Licensing

Credits

Based on Buefy's component for Vue.js & Bulma CSS Framework released under MIT License (Copyright © 2017-2020 Walter Tommasi; Copyright © 2017-2020 Rafael Beraldo)

Useful Links

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