Bootstrap 5 & Material Design 2.0 UI KIT

Overview

Bootstrap 5 UI KIT - 700+ components, plain JavaScript, MIT license, simple installation.

MDB is a collection of free Bootstrap templates, themes, design tools & resources.


Get started

>> Get Started in 1 minute

Simple installation via .zip, npm or cdnjs.

>> Install with Webpack

This option is useful for experienced developers it enables bundling, unit testing code formatting, linting, saas support & more.

>> Install with MDBGO

Free Hosting, WordPress support, custom domains, SSL support, free database, frontend & backend templates, webpack starter included, git repostiory, FTP & jenkins support.

>> Install with MDBGO + e-commerce shop integration

One click setup! MDB GO allows you to create a WordPress page with a single click. Regardless whether you want to create a Travel Blog or an e-commerce shop to sell your product you can easily do that. You can even combine both into single page.

About Material Design for Bootstrap 5 & Vanilla JavaScript

Created by Downloads License YouTube Video Views

Trusted by 2 000 000+ developers & designers. Used by companies & institutions like

  • 700+ UI components
  • Free templates
  • Super simple, 1 minute installation
  • Detailed docs & practical examples
  • Lots of tutorials
  • Plain JavaScript (but works also with jQuery)
  • Huge and active community
  • MIT license - free for personal & commercial use

Bootstrap 5 tutorial

>> Learn more about Bootstrap 5

>> Bootstrap 5 Tutorial

>> Subscribe to our YouTube channel with dozens of Bootstrap tutorials

Start learning from Basics

Learn Bootstrap 5 | Crash Course for Beginners in 1.5H


Demo

Simplicity and ease of use are key features of MDB 5 UI Kit. You need only one minute to install and run it.

Carousel

A slideshow component for cycling through elements—images or slides of text—like a carousel.

Buttons

Use MDB custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.

Spinners

Indicate the loading state of a component or page with MDB spinners, built entirely with HTML, CSS, and no JavaScript.

Cards

A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.

Validation

Provide valuable, actionable feedback to your users with HTML5 form validation, via browser default behaviors or custom styles and JavaScript.

Forms

Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.

Footer

A footer is an additional navigation component. It can hold links, buttons, company info, copyrights, forms, and many other elements.

Modal

Use MDB modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.

Hover

MDB hover effect appears when the user positions the computer cursor over an element without activating it. Hover effects make a website more interactive.

Tabs

Tabs are quasi-navigation components which can highly improve website clarity and increase user experience.

Notes

Notes are small components very helpful in inserting an additional piece of information.

ScrollSpy

Automatically update Bootstrap navigation or list group components based on scroll position to indicate which link is currently active in the viewport.

Also check out our standalone project Perfect Scrollbar which is included in MDB.


Free Bootstrap 5 templates

All of the templates were created with MDB 5 UI KIT (Material Design for Bootstrap 5).

MDB is a free (MIT license) library, that provides extra features and significantly extends Bootstrap's capabilities.

Ecommerce

Carousel Full Cover

Image Full Cover

Portfolio

Post

Pricing

Video Full Cover

Carousel Half Cover

Video Half Cover

Login

Magazine

Checkout

Blog

Product

Category

Landing Page

Admin

Coming Soon

Classic Jumbotron

One Column

Two Columns

Three Columns


Extended documentation

Comments
  • Floating labels for Password inputs not triggering on auto-fill

    Floating labels for Password inputs not triggering on auto-fill

    When using the following input code, floating labels aren't triggering on auto-fill for the Password inputs (they're working fine for text inputs):

    <div class="row">
        <div class="col-md-8 col-md-offset-2">
            <div class="form-group">
                <input type="email" class="form-control floating-label input-lg" name="email" placeholder="Username or Email" value="{{ old('email') }}">
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-md-8 col-md-offset-2">
            <div class="form-group">
                <input type="password" class="form-control floating-label input-lg" name="password" placeholder="Password" value="">
            </div>
        </div>
    </div>
    

    Screenshot: capture

    bug confirmed 
    opened by lamoni 60
  • Meteor package update

    Meteor package update

    I'am using this project in my meteor project, and i found the version is still 0.3.0, which is too old, there is big difference between demo and my developed project. maybe you have forgotten updating it or something others. wish that, and i am willing to help : ) !

    opened by 92hackers 47
  • updated icon fonts

    updated icon fonts

    updating icon fonts w/ 24px baseline grid.

    I still need to add the new CSS, however, I'm not exactly sure where this should go. It seems the only place we have the styles for the icon font are on the compiled CSS in the "dist" directory. However, I don't know if that's the best place for it since we have both SASS and LESS here.

    opened by jmillspaysbills 32
  • new checkboxes

    new checkboxes

    the specs for checkboxes was updated, this is a good CSS only implementation of them.

    http://jsfiddle.net/cavico/a7u9jwhn/1/

    we should update our implementation.

    enhancement 
    opened by FezVrasta 31
  • V4: promotion/release to master + v3 maintenance branch

    V4: promotion/release to master + v3 maintenance branch

    We have been discussing a release of v4 because it seems very stable (even more so than the current master), yet the only concern being that we are on the tip of the BS4 master.

    v3 has been stable but is not being actively developed. BS v3 has also switched to critical bug fixes only so we should be getting near BS4 stability.

    The v4 build is setup to one-step publish, we just need to enable it. We are in a position to release v4 as frequently as necessary, which would allow users to pick their stable version (meaning that the latest version may not always be incrementally better). Nonetheless, users would have bower tags and npm versions to lock onto if necessary.

    @FezVrasta and I are in favor of incremental publishing of v4 and promoting it to master.

    With that said, we really need some others to step up and pitch in to maintaining. @FezVrasta and I have other priorities right now and we will need additional maintainers to step up. I a have to move on to other projects. If you are interested in becoming a major contributor, please contact @FezVrasta.

    Here is the proposed procedure:

    • [x] #1045 resolve build issue with bootsrap js (expected in alpha.4)
    • [x] #1003 babel-polyfill (expected as resolved but cannot test without #1045)
    • [x] add a "past releases link" in the v4 docs that shows the v3 pages
    • [x] @FezVrasta update the readme
    • [x] @FezVrasta - give the v4 docs homepage some love
    • [x] close all v3 issues with a message that states issue is archived; PR's accepted but maintainers aren't accepting additional issues without PRs, and refer to this issue.
    • [ ] merge v4 to master
    • [ ] branch v3-maintenance - permanant maintenance branch
    • [ ] ?? - publish as often as needed

    Tracking issues

    Use this link to filter the issues and see only the ones related to our V4 implementation: https://github.com/FezVrasta/bootstrap-material-design/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20-label%3Av3%20

    What I need from you:

    • If you agree with this, just 👍 with the github reactions (not a new message)
    • If you agree generally, 👍 with the github reactions and comment with your unique additions/objections
    • If you disagree, please 👎 with github reactions, and if not already mentioned, comment with your unique objection.
    discussion 
    opened by rosskevin 26
  • checkbox issue with Angular 4

    checkbox issue with Angular 4

    Test Case

    I don't have Codepen URL as i am working on big project in angular and having issue related to checkbox in that

    Summary

    browser/OS : Chrome/Win 7

    in my project i have added bootstrap-material-design.min.js and bootstrap-material-design.min.css. Also i have added below line in my app js: $('body').bootstrapMaterialDesign({ });

    All checkboxes and radios are working fine on initial load. Because as it is angular 4 my project will load only once. But after that if i switch to another page and come down to same page again i don't see any checkboxes but can see radios and other controls.

    Expected result

    checkboxes should be there even after initial load as well.

    Additional Information

    Here is the code

    <div class="checkbox">
                                <label>
                                    <input type="checkbox"> Check me out
                                </label>
                            </div>
    

    and in the browser it looks like this

    <span class="bmd-form-group is-filled"><div _ngcontent-c4="" class="checkbox">
    								<label _ngcontent-c4="">
    									<input _ngcontent-c4="" id="checkbox" name="check1" type="checkbox"><span class="bmd-switch-track"></span>
    								</label>
    							</div></span>
    

    Please help.

    opened by nitinht1988 22
  • V4: Uncaught ReferenceError

    V4: Uncaught ReferenceError

    general issue => also occurs official website : http://rosskevin.github.io/bootstrap-material-design/examples/dashboard/

    2016-07-29_154742

    Test Case

    http://codepen.io/rosskevin/pen/eJMMVB

    Summary

    Execution error :

    • bootstrap-material-design.iife.min.js:1 => Uncaught ReferenceError: require is not defined

    More specifically (using bootstrap-material-design.iife.js in place of bootstrap-material-design.iife.min.js ) polyfill.js:1Uncaught ReferenceError: require is not defined e @ polyfill.js:1 (anonymous function) @ polyfill.js:1 createCommonjsModule @ bootstrap-material-design.iife.js:12 (anonymous function) @ bootstrap-material-design.iife.js:94 (anonymous function) @ bootstrapMaterialDesign.js:205

    • pen.js:20 => Uncaught TypeError: $(...).bootstrapMaterialDesign is not a function

    Expected result

    Script is not working ...

    Additional Information

    This problem happens since today.

    docs & examples 
    opened by ghost 22
  • Your license uses the term

    Your license uses the term "free software" incorrectly.

    This program is free software

    Then, later...

    You cannot sell this software

    This is decidedly not free software, and I would ask that you kindly stop claiming that it is. The definition of free software by the Free Software Foundation explicitly grants users the freedom to distribute copies of the software, modified or not, without any further restrictions. Please do not dilute the meaning of the term "free software" any further by continuing to include this false statement in your license file.

    Alternatively, you could remove the non-commercial clause, or even better, just use the GNU GPLv3 in its full form, instead of trying to imitate parts of it, which would better protect you (and everyone else) legally.

    Thanks.

    opened by MarkTraceur 22
  • Improve material color and fonts

    Improve material color and fonts

    I was using your library to create a web. It main color is orange. I was looking at oranges at material design in google page and some colors convinced me. When i used it with the library i noticed that "Orange" color and "Amber" color uses a light font color (darkbg-text) and Google material oficial uses a dark font color (lightbg-text). It is a bit unreadable, I was thinking on a solution looking at current code. I dont know so much about less but i think that something like this could work:

    In "_mixins.less":

    .background-variations(@extra) {
    
        .background-variations-factory(@material-color) {
            .background-variations-factory-deep(@material-color-number) {
                &-material-@{material-color}-@{material-color-number} {
                    background-color: @@{material-color}-@{material-color-number};
                    color:  @@{material-color}-@{material-color-number}-text;
                }
            }
    
            .background-variations-factory-deep("50");
            .background-variations-factory-deep("100");
            .background-variations-factory-deep("200");
            .background-variations-factory-deep("300");
            .background-variations-factory-deep("400");
            .background-variations-factory-deep("500");
            .background-variations-factory-deep("600");
            .background-variations-factory-deep("700");
            .background-variations-factory-deep("800");
            .background-variations-factory-deep("900");
            .background-variations-factory-deep("A100");
            .background-variations-factory-deep("A200");
            .background-variations-factory-deep("A400");
            .background-variations-factory-deep("A700");
        }
        .background-variations-factory("red");
        .background-variations-factory("pink");
        .background-variations-factory("purple");
        .background-variations-factory("deeppurple");
        .background-variations-factory("indigo");
        .background-variations-factory("blue");
        .background-variations-factory("lightblue");
        .background-variations-factory("cyan");
        .background-variations-factory("teal");
        .background-variations-factory("lightgreen");
        .background-variations-factory("lightyellow");
        .background-variations-factory("orange");
        .background-variations-factory("deeporange");
        .background-variations-factory("grey");
        .background-variations-factory("bluegrey");
        .background-variations-factory("brown");
        .background-variations-factory("lightgrey");
    }
    

    In "_variables.less" where red, pink, purple... are:

    @red: #F44336;          @red-text: @darkbg-text;
    @red-50: #FFEBEE;       @red-50-text: @lightbg-text;
    @red-100: #FFCDD2;      @red-100-text: @lightbg-text;
    @red-200: #EF9A9A;      @red-200-text: @lightbg-text;
    @red-300: #E57373;      @red-300-text: @lightbg-text;
    @red-400: #EF5350;      @red-400-text: @lightbg-text;
    @red-500: #F44336;      @red-500-text: @darkbg-text;
    @red-600: #E53935;      @red-600-text: @darkbg-text;
    @red-700: #D32F2F;      @red-700-text: @darkbg-text;
    @red-800: #C62828;      @red-800-text: @darkbg-text;
    @red-900: #B71C1C;      @red-900-text: @darkbg-text;
    @red-A100: #FF8A80;     @red-A100-text: @lightbg-text;
    @red-A200: #FF5252;     @red-A200-text: @darkbg-text;
    @red-A400: #FF1744;     @red-A400-text: @darkbg-text;
    @red-A700: #D50000;     @red-A700-text: @darkbg-text;
    
    @pink: #E91E63;         @pink-text: @darkbg-text;
    @pink-50: #FCE4EC;      @pink-50-text: @lightbg-text;
    @pink-100: #F8BBD0;     @pink-100-text: @lightbg-text;
    @pink-200: #F48FB1;     @pink-200-text: @lightbg-text;
    @pink-300: #F06292;     @pink-300-text: @lightbg-text;
    @pink-400: #EC407A;     @pink-400-text: @lightbg-text;
    @pink-500: #E91E63;     @pink-500-text: @darkbg-text;
    @pink-600: #D81B60;     @pink-600-text: @darkbg-text;
    @pink-700: #C2185B;     @pink-700-text: @darkbg-text;
    @pink-800: #AD1457;     @pink-800-text: @darkbg-text;
    @pink-900: #880E4F;     @pink-900-text: @darkbg-text;
    @pink-A100: #FF8A80;    @pink-A100-text: @lightbg-text;
    @pink-A200: #FF5252;    @pink-A200-text: @darkbg-text;
    @pink-A400: #FF1744;    @pink-A400-text: @darkbg-text;
    @pink-A700: #D50000;    @pink-A700-text: @darkbg-text;
    ....
    

    and so on...

    Then .background-variations(@extra) should be called on each element with a non transparent background.

    It will compile? should i add something else to get it working? should i finish the work and make a pull request?

    Sorry if u cant understand something. I dont speak a very good english.

    Thanks for reading!

    enhancement 
    opened by korgan00 22
  • Looking for a maintainer of the SASS version

    Looking for a maintainer of the SASS version

    Looks like @shockwork have not enough time to maintain the SASS files, if someone is willing to support me updating them to 0.2.0 please send a PR.

    Thanks!

    opened by FezVrasta 22
  • Sass compile error

    Sass compile error

    During the gulp build, I encountered the following error message.

    Error in plugin 'sass'
    Message:
        _assets/vendor/bootstrap-material-design/sass/_import-bs-sass.scss
    Error: File to import not found or unreadable: bootstrap/variables
           Parent style sheet: /Users/***/workspace/blog/_assets/vendor/bootstrap-material-design/sass/_import-bs-sass.scss
            on line 1 of _assets/vendor/bootstrap-material-design/sass/_import-bs-sass.scss
    >> @import "bootstrap/variables";
       ^
    

    When I change the @import statement to the following it works fine.

    // bootstrap-material-design/sass/_import-bs-sass.scss
    @import "variables";
    
    opened by appkr 21
  • doesn't work with bootstrap 5.3 dark mode

    doesn't work with bootstrap 5.3 dark mode

    Just want to raise the issue in case no one has noticed, but I believe mdb 6.1.0 does not work with bootstrap 5.3.0-alpha1 dark mode. Seems like mdb is overriding the color scheme to stay in light mode, even if dark mode is set.

    https://getbootstrap.com/docs/5.3/customize/color-modes/

    opened by allanchao 0
  • XS sizing not functioning

    XS sizing not functioning

    For code like the following, the xs property doesn't function. <MDBCol xs="6" sm="4" lg="2" className="col-6 kanji-tile-col d-flex justify-content-center"> <MDBCard className="kanji-tile-card"> <MDBCardBody> <MDBCardTitle className="kanji-character">{ props.character }</MDBCardTitle> <MDBCardText className="kanji-voting"> <button className="upvote"><MDBIcon fas icon="angle-up" /></button> <span className="vote-count">104</span> <button className="downvote"><MDBIcon fas icon="angle-down" /></button> </MDBCardText> </MDBCardBody> </MDBCard> </MDBCol>

    I can override it by adding stylings to other breakpoints and adding the col-6 class, but the xs functionality is not there.

    opened by jakkut 0
  • How to Remove Ripple effect from Buttons <button> and Anchor Tag <a>

    How to Remove Ripple effect from Buttons

    Hello

    I am using MDB v6.0.1. I want to remove ripple effect in entire application including buttons and Anchor tag. can you please help me.

    I am using mdb.min.js only

    There is glitch when I click on the buttons. I have attached screen capture for that.

    ripple-effect
    opened by asvaghela 1
  • Better Material Tabs

    Better Material Tabs

    Hello team, I use the framework since some years and I´m very happy with it. But the Tabs are not realy material conform. For this I created a npm mudule with real material tab design. It also stores the last selected tab.

    Propably it can be usefullfull for the project. https://www.npmjs.com/package/h2-invent-material-tabs

    Best regards

    opened by holema 1
  • Position absolute causes bug when used on Sidenav

    Position absolute causes bug when used on Sidenav

    I made a container on my page (position relative) and placed a sidenav in it. The sidenav is positioned fixed by default (like an offcanvas), but there is a possibility to position the sidenav absolute by adding the 'position-absolute' class or by declaring 'data-mdb-position="absolute"'. Both ways are causing a bug though: I can click the toggle button to open the menu, but the toggle doesn't close it anymore. Also my close-button doesn't close the menu anymore.

    <h3 id="inbox">Inbox</h3> <!-- inbox component --> <div class="container p-3 m-0 border border-dark" style="overflow-x:hidden; min-height:500px; height:auto;"> <div class="container border-bottom border-primary p-0 pb-1 m-0 mb-3"> <button type="button" class="btn btn-primary btn-floating shadow-0 d-inline" data-mdb-toggle="sidenav" data-mdb-target="#sidenav-inbox-filter" aria-controls="#sidenav-inbox-filter" aria-haspopup="true" aria-expanded="false"> <i class="fa-light fa-bars-sort"></i> </button> <h2 class="m-0 ms-3 fw-bold d-inline">Inbox</h2> </div> <div class="position-relative"> <nav id="sidenav-inbox-filter" class="sidenav h-auto shadow-0" data-mdb-close-on-esc="false" data-mdb-hidden="true" data-mdb-position="fixed" data-mdb-mode="side" data-mdb-content="#inboxContent" data-mdb-focus-trap="false"> <ul class="sidenav-menu"> <!-- Tasks --> <li class="sidenav-item border rounded mb-1"> <a class="sidenav-link"> <i class="fa-light fa-list-check fa-fw me-3"></i><span class="fw-bold">Tasks</span> </a> <ul class="sidenav-collapse show"> <hr class="dropdown-divider m-0" /> <li class="sidenav-item p-2"> <div class="form-check"> <input class="form-check-input" type="radio" name="flexRadioDefaultB" id="flexRadioDefaultB1" checked /> <label class="form-check-label" for="flexRadioDefaultB1">My tasks</label> </div> <div class="form-check"> <input class="form-check-input" type="radio" name="flexRadioDefaultB" id="flexRadioDefaultB2" /> <label class="form-check-label" for="flexRadioDefaultB2">Work stock</label> </div> <div class="form-check"> <input class="form-check-input" type="radio" name="flexRadioDefaultB" id="flexRadioDefaultB3" /> <label class="form-check-label" for="flexRadioDefaultB3">All open tasks</label> </div> <div class="form-check"> <input class="form-check-input" type="radio" name="flexRadioDefaultB" id="flexRadioDefaultB4" /> <label class="form-check-label" for="flexRadioDefaultB4">Completed tasks</label> </div> </li> </ul> </li> </ul> </nav> <div id="inboxContent" class=" table-responsive my-3"> <table class="table table-striped table-hover table-slectable border"> <thead class="table-primary"> <tr> <th class="th-sm"> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" /> </div> </th> <th class="th-sm">Name</th> <th class="th-sm">Position</th> <th class="th-sm">Office</th> <th class="th-sm">Age</th> <th class="th-sm">Start date</th> <th class="th-sm">Salary</th> <th class="th-sm">Options</th> </tr> </thead> <tbody> <tr> <td> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" /> </div> </td> <td>Tiger Nixon</td> <td>System Architect </td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> <td class="position-relative"> <a href="#!" role="button" class="dropdown-toggle dropdown-toggle-rm-icon d-block text-end"> <i class="fa-light fa-ellipsis-vertical"></i> </a> </td> </tr> <tr> <td> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" /> </div> </td> <td>Garrett Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> <td> <a href="#!" role="button" class="dropdown-toggle dropdown-toggle-rm-icon d-block text-end"> <i class="fa-light fa-ellipsis-vertical"></i> </a> </td> </tr> <tr> <td> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" /> </div> </td> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> <td> <a href="#!" role="button" class="dropdown-toggle dropdown-toggle-rm-icon d-block text-end"> <i class="fa-light fa-ellipsis-vertical"></i> </a> </td> </tr> <tr> <td> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" /> </div> </td> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> <td> <a href="#!" role="button" class="dropdown-toggle dropdown-toggle-rm-icon d-block text-end"> <i class="fa-light fa-ellipsis-vertical"></i> </a> </td> </tr> <tr> <td> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" /> </div> </td> <td>Airi Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> <td> <a href="#!" role="button" class="dropdown-toggle dropdown-toggle-rm-icon d-block text-end"> <i class="fa-light fa-ellipsis-vertical"></i> </a> </td> </tr> </tbody> </table> </div> </div> </div>

    opened by sidodekker-kodision 1
  • Border colors doesn't work properly

    Border colors doesn't work properly

    Issue

    When adding border-warning (or any other color) border of card doesn't have set color. (dark version)

    Photo

    image

    Code to reproduce

    <div class="card bg-dark rounded-6 border border-4 border-warning">
        <div class="card-title pt-4">
            <h2 class="font-weight-bold">Example</h2>
        </div>
    </div>
    
    opened by Szczurowsky 5
Owner
MDBootstrap
Open Source UI Kits & Templates built using Bootstrap, Angular, React & Vue JS
MDBootstrap
Extends Bootstrap Tooltips and Popovers by adding custom classes. Available for Bootstrap 3 and Bootstrap 4.

Bootstrap Tooltip Custom Class Extends Bootstrap Tooltips and Popovers by adding custom classes. Available for Bootstrap 3 and Bootstrap 4. Define you

Andrei Victor Bulearca 14 Feb 10, 2022
A simple Form Validation Utility for Bootstrap 3, Bootstrap 4, and Bootstrap 5 for Humans.

bootstrap-validate A simple Form Validation Utility for Bootstrap 3, Bootstrap 4, and Bootstrap 5 for Humans. ?? Support us with Developer Merchandise

null 138 Jan 2, 2023
BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework

BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.

bootflat 4.3k Dec 25, 2022
Web UI kit following simply superb.'s design system, based on Tailwind CSS.

ui-kit TailwindCSS powered UI kit following simply superb.'s design system. ➡️ Demo available here Why I am building few applications (iOS / Android /

simply superb. 8 Mar 4, 2022
Material Design implemented in Web Components (Custom Elements v1)

Material Web Components Material Design implemented in Web Components (Custom Elements v1) https://dannymoerkerke.github.io/material-webcomponents/ Ge

Danny Moerkerke 110 Nov 14, 2022
Design-focused web3 modal based on Material UI

@buildship/web3-login (beta) This is a design-focused web3 wallet connecting modal for React based on Material UI. It supports Metamask, WalletConnect

Buildship 25 Jan 1, 2023
🖼️ Bringing Material Design 3 to the Astro Blog. [WIP]

??️ Gumori You [WIP] Bringing Material Design 3 to the Astro Blog. ?? Contributing If you're interested in contributing to Gumori You, pls read the fo

!mportantImport 4 Oct 16, 2022
MUI Core is a collection of React UI libraries for shipping new features faster. Start with Material UI, our fully-loaded component library, or bring your own design system to our production-ready components.

MUI Core MUI Core contains foundational React UI component libraries for shipping new features faster. Material UI is a comprehensive library of compo

MUI 83.6k Dec 30, 2022
Efeito de ripples baseado no Material Design.

Efeito de ripples baseado no Material Design feito com CSS, JavaScript e jQuery Esse efeito utiliza seletores do jQuery e manipulação do DOM para obte

Gabriel Figueredo 10 Nov 24, 2022
Fully controllable vanilla-js material design ripple effect generator.

Fully controllable vanilla-js material design ripple effect generator. This can be used with any JavaScript framework and/or any CSS framework. Demo I

71 Dec 16, 2022
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.

Bootstrap Colorpicker Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4. THIS PROJECT IS NOT MAINTAINED ANYMORE. After almost 10

Javi Aguilar 1.4k Dec 22, 2022
Fully dockered starter kit for Elm with Hasura

elm-hasura-dockered This repo contains a Elm-Hasura starter kit for rapid+typesafe web application development on open source foundations. Elm is grea

Cies Breijs 41 Dec 9, 2022
A homebridge plugin to display the current consumption from your Tibber pulse as lux in Home kit.

homebridge-tibber-lightsensor Tibber lightsensor is a plugin for Homebridge. It fetches the current watt usage of your house and displays it as a ligh

Johan Runbert 2 Oct 11, 2022
Node-cli-starter - Basic starter kit for building Node CLI applications with TypeScript.

node-cli-starter Minimal starter kit for building Node CLI applications with TypeScript. Getting Started To get started clone repo locally and run npm

Cory Rylan 7 May 17, 2022
The best Nodejs price kit you need when working with cryptocurrencies with multiple providers support

Cryptocurrency Price Kit STAGE: RFC The best Nodejs price kit you need when working with cryptocurrencies with multiple providers support. Goal To pro

TrapCode 6 Sep 7, 2022
This repository serves as a starter kit for doing simple TDD exercise

This repository serves as a starter kit for doing simple TDD exercise

adylanrff 3 Feb 19, 2022
Remix starter kit with Tailwind CSS family of libraries: Headless UI, Radix UI, VechaiUI, daisyUI, and more

Remix Tailwind Starter Kit Remix starter kit with Tailwind CSS v3 family of libraries. Example demo to combine the best Tailwind-related ecosystem suc

M Haidar Hanif 80 Dec 18, 2022
Cloudy is a set of constructs for the AWS Cloud Development Kit that aim to improve the DX by providing a faster and type-safe code environment.

cloudy-ts These packages aren't yet published on npm. This is still highly experimental. Need to figure out a few things before releasing the first ve

Cristian Pallarés 5 Nov 3, 2022
awsrun 189 Jan 3, 2023