bootstrap-4
Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.
Here are 1,228 public repositories matching this topic...
Reproduction:
Go to https://mdbootstrap.com/docs/jquery/components/pagination/ , check the generated html code for one of the pagination expamples, there are two "waves-effect" in a element class.
<li class="page-item"><a class="page-link waves-effect waves-effect">2</a></li>
the variable $topbar-base-height is used for adjusting the height of
.sidebar-brand & .topbar class.
But the variable is statically declared without the !default keyword.
This forces user to modify sb-admin2 theme, because they can't override the variable.
So please add a !default keyword for $topbar-base-height variable
-
Updated
Jun 19, 2020 - HTML
I run into this project and want to build more components for it. Can we have a possible guideline for new contributors?
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Jun 28, 2020 - HTML
-
Updated
Jun 21, 2020 - JavaScript
- Sorry if this is not the right place to ask, I read through the documentation and could not find anything on Nuxt
- Searched nuxt.js subreddit no mention
- I am using Nuxt in SSR mode, how would you add this library to it? Could you kindly the documentation to add a small section in case it is simple so that in the future people wont ask the same question
Thank you for your time
-
Updated
Jun 18, 2020 - HTML
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x ] I am running the latest version
- [x ] I checked the documentation and found no answer
- [x ] I checked to make sure that this issue has not already been filed
- [x ] I'm reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
At the desired
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jun 27, 2020 - HTML
-
Updated
Jun 19, 2020 - HTML
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Jun 6, 2020 - CSS
-
Updated
Jul 1, 2020 - HTML
When using the app on mobile, the sidebar once opened doesn't close automatically. It should be closed when tapped outside the sidebar area.
-
Updated
Jul 2, 2020 - HTML
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Jun 30, 2020 - CSS
-
Updated
Jun 19, 2020 - CSS
-
Updated
Jun 18, 2020 - HTML
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Jun 19, 2020 - HTML
Describe the bug
btc-rpc-explorer is running on my raspi fullnode/lightningnode ("raspiblitz")
Environment (please complete the following information):
- Bitcoin Core / Node Version 17.01
- NodeJS Version [e.g. 9.x]
don't know - Browser [e.g. chrome, safari]
all nonlocal browsers - Code Version / Commit [e.g. ab6cde8]
1.0.3
To Reproduce
Steps to reproduce the behavio
-
Updated
Jun 16, 2020 - TSQL
-
Updated
Mar 11, 2020 - HTML
Please provide documentation for events fired by sidebar minimiser - I can't see any being fired in the source code but I might be missing something.
What I'm trying to do is retain the state of the sidebar across page loads (minimised or hidden).
Created by Mark Otto, Jacob Thornton
Released August 19, 2011
- Organization
- twbs
- Website
- getbootstrap.com
- Wikipedia
- Wikipedia


Using Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon