Giter Site home page Giter Site logo

davodaslanifakor / modaltor Goto Github PK

View Code? Open in Web Editor NEW
82.0 3.0 24.0 2 MB

modal component for vuejs

Home Page: https://davodaslanifakor.github.io/modaltor

License: MIT License

Vue 65.46% JavaScript 6.59% HTML 5.40% SCSS 22.55%
vue javascript vuejs modal vue-modal modaltor

modaltor's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m Davoud Aslani
  • ๐Ÿ‘€ Iโ€™m interested in FrontEnd/Vue/React
  • ๐ŸŒฑ Iโ€™m currently Vue
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...

modaltor's People

Contributors

chiefoleka avatar colgin avatar davodaslanifakor avatar dependabot[bot] avatar dormadekhin avatar moeinrahimi 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  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

modaltor's Issues

Ability to prevent close by clicking on overlay

I still wanted to keep the close by X though, so I removed the $emit('hide') from the click on overlay.

I think it would work better as an option (perhaps even an option to hide the X button as well) to prevent it.

Panel background blurred effect?

Great component, thanks.

I was wondering if you can set the background overlay to a "transparent blur effect". Because I'm currently using it with the overlay set to a transparent color(rgba(255, 255, 255, 0.8) to be exact.), and it would be awesome if I can set some sort of blur to the overlay.

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);

Above is what you would normally use if you want a blurred background. I don't know how to incorporate this into the component, thanks again.

Use CDN

It is not working on CDN. Can you please make small example.

<script src="/vue-modaltor/dist/vue-modaltor.js"></script>
Vue.use(VueModalTor);

and it still not working.
Thank you

Components

Sorry to ask a basic question but can it support components and not just text and images?

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.