Giter VIP home page Giter VIP logo

Comments (4)

tleunen avatar tleunen commented on July 25, 2024

With this #11, we actually removed the injected mdl-navigation__link because we remove the navigation from the header.

The code is not yet on NPM though, I want to make sure everything works as expected before pushing it.
Maybe you could try with the latest version from master and tell us if it fixes your issue in the meantime?

from react-mdl.

linarislamov avatar linarislamov commented on July 25, 2024

I tried last version from master, Header with Menu is ok now
but Drawer broken
there is no <nav> tag, and mdl-navigation__link class in <a> tag

<div class="mdl-layout__drawer" data-reactid=".0.1">
    <span class="mdl-layout-title" data-reactid=".0.1.0">Title</span>
    <a href="" data-reactid=".0.1.1:0"><i class="material-icons" data-reactid=".0.1.1:0.0">dashboard</i><span data-reactid=".0.1.1:0.1">link1</span></a>
    <a href="" data-reactid=".0.1.1:1"><i class="fa fa-usd" data-reactid=".0.1.1:1.0"></i><span data-reactid=".0.1.1:1.1">link2</span></a>
    <a href="" data-reactid=".0.1.1:2"><i class="fa fa-eur" data-reactid=".0.1.1:2.0"></i><span data-reactid=".0.1.1:2.1">link3</span></a>
    <a href="" data-reactid=".0.1.1:3"><i class="fa fa-caret-down" data-reactid=".0.1.1:3.0"></i><span data-reactid=".0.1.1:3.1">link4</span></a>
    <a href="" data-reactid=".0.1.1:4"><i class="material-icons" data-reactid=".0.1.1:4.0">map</i><span data-reactid=".0.1.1:4.1">link5</span></a>
</div>

from react-mdl.

tleunen avatar tleunen commented on July 25, 2024

Did you tried something like this?

<Drawer>
    <Navigation>
        ....
    </Navigation>
</Drawer>

from react-mdl.

linarislamov avatar linarislamov commented on July 25, 2024

just now, yes is works

from react-mdl.

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.