Pavel Novikov
Pavel Novikov
I've searched for the docs in the Readme.md and in the javadoc (https://www.javadoc.io/doc/com.jcabi/jcabi-github/1.0)
As far as I understand `@Composable MDCTextFieldInput(...)` function uses `@Composable TextInput(...)` function from html compose. There are some other input functions (like `@Composable PasswordInput(...)` that might be wrapped with KMDC.
Thank's for the great library. I use it in some of my projects and very happy with results (especially combined with Mosaic). In one of my projects I've faced with...
Hello. I use your library in one of my projects and have faced with an interesting issue. In my case I have files with DTD declaration with wrong Url. I...