Coder Social home page Coder Social logo

vue-blockui's People

Contributors

realdah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vue-blockui's Issues

blockui load twice !!!

Hello,
Have a nice day,
I am using blockui when trying to fetch data from server and it works fine , but when I do submit to the form it load again , even when I let loading = false.?

Vuetifyjs progress does appear when assigned to :html

Im using vuetify and want to display below html

In template
<BlockUI message="" :html="html"> </BlockUI>

In data:
html: "<v-progress-circular :width=\"3\" indeterminate color=\"red\"></v-progress-circular>",

Circular progress bar from vuetify does not show up - how can I fix this ?

Unable to Override the Css of Block UI

HI, In your documentation, you say that we can override the CSS of the Block UI component. I've tried by many way to change the color of the background of the loading div of your component and get rid of the box-shadow but with no success. The documentation isn't really clear on that purpose.

I've tried by doing this

<style scoped>
  .loading-container.loading {
    color:red !important;
        box-shadow: none;
    }
</style>

this

   .loading {
    color:red !important;
        box-shadow: none;
    }

this

   <BlockUI >
         <div class="loading">
                <tree-loader></tree-loader>
          </div>
  </BlockUI>

And even this

<BlockUI style="box-shadow: none; color: red;" >
                <tree-loader></tree-loader>
</BlockUI>

I don't know if it's just a bug or that there is no real way to override the css other than pure javascript.
The documentation isn't clear on that topic

Otherwise the tool is really great Thank you!

Allow setting content via slot

Would it be possible to allow setting the blockui's content using a slot? That way we can pass in html (e.g. a font-awesome spinning icon) as opposed to the attribute.

Is it possible to block part of UI

Is it possible to block UI for only one of the vue ui components in page.

This can be parent html tag under which block-ui tag is placed.

This would be a really cool feature.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.