Giter Site home page Giter Site logo

Comments (6)

DominikGanic avatar DominikGanic commented on May 30, 2024 1

I've managed to let it look like I've wanted. For anybody else, I've attached the CSS belowe which overrides some styles. The SVG with the "X" is also now perfectly visible. :)

image

.v-onboarding-item__header-title {
font-weight: 600;
color: #5598d2;
}

.v-onboarding-item__description {
color: #a1a5b7;
font-size: 12px;
margin-top: unset;
}

.v-onboarding-item__header-close {
font-size: 14px;
color: white;
background: #5598d2;
border-radius: 0.475rem;
border: unset;
margin: unset;
padding: unset;
box-shadow: unset;
position: relative;
height: 20px;
width: 20px;
transition: background 0.25s ease-in-out;

&:hover {
background: darken(#5598d2, 10%);
}

svg {
width: 12px;
height: 12px;
}
}

from v-onboarding.

fatihsolhan avatar fatihsolhan commented on May 30, 2024

Hi @DominikGanic, isn't this easier with the custom UI?
Or is there a reason that you want to keep using the default UI?

from v-onboarding.

DominikGanic avatar DominikGanic commented on May 30, 2024

Yep, you're right. I'm currently implementing my custom UI. But I have problems with positionating the guide like previously popper did the job. Hm. Gonna need to figure out how I'll do this as it's now static.

from v-onboarding.

fatihsolhan avatar fatihsolhan commented on May 30, 2024

Hey @DominikGanic, I would love to try helping with your case if you want to share your code examples

from v-onboarding.

DominikGanic avatar DominikGanic commented on May 30, 2024

Hi @fatihsolhan, watch out the screen below. There are two problems which make it complicated for me tho.

  1. Popper is not setup here. The guide "wrapper" is static on top of my page.
  2. The overlay is not visible, which always has been highlighting the element which I was showing off with my guide.

Sadly it's not possible to determine the position of the currently attached element so I can't do anything here with a custom ui. Otherwise, using your UI, which was fine enough, I can't change the close button (icon as well).

That makes me sad. :(

image

from v-onboarding.

DominikGanic avatar DominikGanic commented on May 30, 2024

image

Here you can see, the attached element on the left is being highlighted, while my wrapper is positionated absolutely on the page. That's perfect.

from v-onboarding.

Related Issues (20)

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.