Giter Site home page Giter Site logo

premium-templates-support's Introduction

screenshot

Meraki UI Premium Templates Support

If you have buy one of our Premium Templates and have issue, we can help.

all you have to is open an issue with good details about your problem

premium-templates-support's People

Watchers

 avatar

premium-templates-support's Issues

Dark mode missing

All your free components have dark configuration but none of the elements on your template. Is it on purpose or do you plan to add it in the future?

Using the modals in Rails with turbo

I am trying to trigger the model on my rails project using the premium-dashboard. It seems to trigger on x-show="true :

<% if flash[:error] %>
  <div x-show="true" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="translate-x-20 opacity-0" x-transition:enter-end="translate-x-0 opacity-100" x-transition:leave="transition ease-in duration-200 transform" x-transition:leave-start="translate-x-0 opacity-100" x-transition:leave-end="translate-x-20 opacity-0" class="fixed inset-x-0 lg:inset-x-auto bottom-6 lg:right-8 xl:right-10 xl:bottom-8 rtl:lg:left-8 rtl:lg:right-auto rtl:xl:left-10 rtl:xl:right-auto">
    <div class="px-6 lg:w-96 lg:px-0">
      <div class="p-2 bg-red-500 rounded-lg shadow-lg sm:p-3">
        <div class="flex items-center justify-between text-white">
          <div class="flex items-center flex-1 w-0">
            <p class="mx-3 font-medium">
              <%= flash[:error] %>
            </p>
          </div>
        </div>
      </div>
    </div>
  </div>
<% end %>

However this kills the ability fade in, close, and it doesn't auto close. I am not familiar with this particular flavour of JavaScript and could do with an example to follow.

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.