3

I was trying to use the percent unit (%) from CSS to my Kotlin React file, it has the others unit but I cant find this one. I was looking in Length.kt. If there's not that unit, how could I do the same? I'm trying to make an input with 50% height compared to its parent. I'm new in Kotlin. Please help!

DomeScoppe
  • 31
  • 2

1 Answers1

3

Try 50.pct - That's how it works in Kotlin React