Giter VIP home page Giter VIP logo

Comments (3)

kelsny avatar kelsny commented on June 13, 2024 1

Oh you're right about that. I somehow skipped over it in the docs; but yeah that is quite cumbersome to use. Thanks anyways!

from react-tweet.

kelsny avatar kelsny commented on June 13, 2024

If anyone's interested, the CSS would look like the following. In my specific case, I wanted to hide media and quoted tweets, and also the "Follow" button because the tweets displayed were already people being followed.

.react-tweet-theme > article > div[class^="_root_"],
.react-tweet-theme > article > div[class^="_replies_"],
.react-tweet-theme > article > div > div > div > div {
    display: none;
}

I don't think the package should give that fine a control on what to display like the "Follow" button, but I think having the option to hide media and quoted tweets is reasonable.

from react-tweet.

tywayne avatar tywayne commented on June 13, 2024

I may not fully understand exactly what you're trying to accomplish, but I believe you'd be able to conditionally render any of the pieces of the Tweet by using the exported partial components. It's buried under a vague "Advanced" heading, but the docs show this approach here.

While that certainly may not be as ergonomic as you're looking for, it seems possible to compose a fully custom rendering of the tweet data to include/exclude whatever pieces you want, or choose to not use any of the provided component parts at all and make it completely unique.

from react-tweet.

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.