Git Product home page Git Product logo

Comments (1)

bebert64 avatar bebert64 commented on July 21, 2024

Looks like I need the id props to be set. This fixes it!

use {patternfly_yew::prelude::*, yew::prelude::*}; //, yew_router::prelude::*};

#[function_component(App)]
fn app() -> Html {
    html! {
        <>
            <Card title={html!{"1"}} selectable=true id={"1"}>
                <CardBody>
                    {"card 1"}
                </CardBody>
            </ Card>
            <Card title={html!{"2"}}  selectable=true id={"2"}>
                <CardBody>
                {"card 2"}
                </CardBody>
            </ Card>
            <Card title={html!{"3"}}  selectable=true id={"3"}>
                <CardBody>
                {"card 3"}
                </CardBody>
            </ Card>
        </>
    }
}

fn main() {
    yew::Renderer::<App>::new().render();
}

from patternfly-yew.

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.