Git Product home page Git Product logo

Comments (7)

kosiakk avatar kosiakk commented on May 20, 2024 2

Very simple suggestion is to declare all tag-functions for the Tag class and discard *Content.
We'll have exactly one SPAN class and exactly one Tag.span function.

Pros:

  • less code to generate
  • simpler implementation, much easier to lean
  • solves all the problems above
  • minimal library, which does one thing (helps to write html from Kotlin)

Cons:

  • hierarchy check still won't work

from kotlinx.html.

cy6erGn0m avatar cy6erGn0m commented on May 20, 2024 1

You can use FlowContent or HtmlBlockTag for that purpose. Just need to be documented

from kotlinx.html.

olegcherr avatar olegcherr commented on May 20, 2024

Just faced the same problem.
Wanted to create an universal helper that would be working both with divs and spans.

from kotlinx.html.

cy6erGn0m avatar cy6erGn0m commented on May 20, 2024

It is going to be fixed with upcoming release (will be aligned to kotlin 1.1 release)

from kotlinx.html.

olegcherr avatar olegcherr commented on May 20, 2024

@cy6erGn0m Just tested it. And yes, version 0.6+ works very well. Seems like you've completely refactored the inheritance architecture of the library. Thank you!

from kotlinx.html.

cy6erGn0m avatar cy6erGn0m commented on May 20, 2024

@kosiakk can we close it? Are your use-cases satisfied now?

from kotlinx.html.

kosiakk avatar kosiakk commented on May 20, 2024

Yes, FlowContent works for me now, thank you!

from kotlinx.html.

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.