MDB 5 Vue
Vue 3 & Bootstrap 5 & Material Design 2.0 UI KIT
|
|
Trusted by 2 000 000+ developers & designers. Used by companies like
Tutorial for the latest Bootstrap v.5 Alpha. In this video we'll learn about the changes implemented into v.5.
>> Click here for a written tutorial
|
|
Start to Code |
Learn Bootstrap 5 | Crash Course for Beginners in 1.5H |
Demo
Simplicity and ease of use are key features of MDB 5 Vue UI Kit. You need only one minute to install and run it.
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.
Footer
A footer is an additional navigation component. It can hold links, buttons, company info, copyrights, forms, and many other elements.
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.
Notes
Notes are small components very helpful in inserting an additional piece of information.
and more.
Consider Packaging
Any chance this will be migrated into a package ?
As in be able to include a collection of Vue components that use
mdboostrap
as a dependency enabling us to stay up to date on the latest components ?Right now you are advertising this as a
UI Kit
but, really its just avue template with prebuilt mdboostrap Vue components
. This doesn't help us if we just want to utilize the components in our ownVue Template
I would suggest to pull out all of the
UI Components
andmixins
etc ... (basically everything outside of the vue template) and package that up into something likemdboostrap-vue
.Then in this template, you simply add that
mdbootstrap-vue
to your dependencies.This will allow users to either use your template (which can still get package updates) or use their preferred
template
and can simplynpm install mdboostrap-vue --save
. Which would also install all the dependencies that is needed for that package (mdboostrap
,boostrap-4.0
, etc ...)Facing Application error while deploy your package in Heroku
Hi,
When I try to deploy your package to Herkoku, I'm facing the application error. The build has been succeed while Deploy the package. But It throws application error while view the site.
What is the configuration that I'm missig? Because When I try to run in local, I can see that deafult page.
Can you help me out Plzzz?
Adding to existing project does not work
I've followed the Vue 5 min quick start at https://mdbootstrap.com/docs/vue/getting-started/quick-start/ and I was no able to add to an existing Vue project. Followed the steps but after adding a "mdb-btn" it does not render properly.
Thanks in advance.
I can't install the dependency into Vue.js
Although the dependancy is said to be installed on the web console/ dependencies section, the file cannot be found in Node_Modules of Vue.js (am using Visual Studio Code)
thus, I can't do the importing or anything, e.g. : this code section.
since I can't do the importing, due to mdbvue cannot be found. then that's mean there is a problem.
will be great if I can receive some guidance, am a newbie.
Navbar can not auto close when using in mobile
using navbar in mobile like below image show when tap the hamburger icon, the navbar menu open, then tap the menu(may be the 'css') the page navigate the right page, but the navbar menu can not auto close. you should tap the hamburger icon again.
The color-adjust shorthand is currently deprecated
I'm getting a console warning from AutoPrefixer.
autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
It looks like it's currently used here and here.
It looks like this is an upstream issue in Bootstrap which should be fixed soon.
Idea not resolve dependencies
I noticed that if you write the full path, it disappears. But it's inconvenient to write the full path to each item. Help
// import { MDBBtn } from 'mdb-vue-ui-kit/src/components/free/components/MDBBtn';
mdb-input value is not updated if model changes
Hello there,
<mdb-input type="text" v-model="someModel.property" />
If I change the someModel.property programatically the input never updates itself.Is there a workaround?
Thanks!
No NavbarItemDropdown Component
As stated in the docs there should clearly be a
NavbarItemDropdown
Component.Official stable release
NORmaster
contains this component.And another good example why its important to package this up properly Referencing Issue #1
[Bug] npm package missing source map
I've recently started working with the npm version of mdb-vue (free). When trying to embed into an app I couldn't get it to work. After some debugging it seems like the
mdbvue.umd.min.js.map
is missing from the npm package. Contradictory it's provided by the featured/ recommended CDNs such as cdn.jsdelivr.net.The file seems also not to be defined in the /lib folder of this repository.
Have I missed some building step? I added the
mdb
package withvue add mdb
. Help is really appreciated. Thanks in advanceUsing Nuxt popovers and tooltips don't work
Using the steps from this post: all work except popovers and tooltips.
I get this happening n the browser:
The browser console shows this:
is there a dependency that I'm missing. Modals work fine BTW. Thanks in advance.