GithubHelp home page GithubHelp logo

Comments (2)

virtualvivek avatar virtualvivek commented on May 25, 2024

Hi @Myzel394 ,
We have introduces 3 new components which uses the same effects as of this codepen https://codepen.io/21stCenturyJonas/pen/gQGXdd

Components

NavBarLinkFluent
ButtonFluent
LinkCompoundFluent

Fluent Effect Register

RegisterFluentEffect

Issues

  1. When defining Fluent Components on different Routes the fluent positioning deviates on mouse hover
  2. Typically this issue arises when using NavBarLinkFluent on the root and it deviates Fluent Components inside

Reproduce The environment

@Myzel394 can you check this in your system
You will run the demo after some changes:

  1. In File index.js
render() {
  return (
    <>
    <Router basename="react-windows-ui">

      <TransitionToLeft />

      <SystemThemeFollower/>

      {/* Register the fluent effect before using NavBarLinkFluent */}
      <RegisterFluentEffect/>

      <NavBar 
        title="React Windows UI"
        titleShort={<i className="icons10-windows"></i>}
      //titleShort="R" render text or icons
      //mobileHasIcons={true}
        shadowOnScroll={true}>

        {/* <NavBarLinkFluent
          to="/"
          exact={true}
          text="Home"
          icon={<i className="icons10-home"></i>}
        /> */}
  {/*------------------------------------------------------------------------
    ----> UnComment This Component
  --------------------------------------------------------------------------*/}

</NavBar>
  1. Run the demo on browser and clicking few times on NavBarFluent Component and go to Links Tab and clicking on LinkCompoundFluent

Please provide us the result if you suspect any issue.

from react-windows-ui.

virtualvivek avatar virtualvivek commented on May 25, 2024

Since no activity from last few days we are closing this issue ,
@Myzel394 , if you suspect any issue by following above mention workflow you can reopen this issue anytime.

from react-windows-ui.

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.