Skip to content

Instantly share code, notes, and snippets.

View lhwdev's full-sized avatar
๐Ÿ“–

์ดํ˜„์šฐ lhwdev

๐Ÿ“–
  • SKKU Computer Science and Engineering (์„ฑ๊ท ๊ด€๋Œ€ํ•™๊ต ์†Œํ”„ํŠธ์›จ์–ดํ•™๊ณผ)
  • ๋Œ€ํ•œ๋ฏผ๊ตญ ์ˆ˜์›
  • X @lhwdev6
View GitHub Profile
// From internal database of SCG Apply(2024)
// by lhwdev 2023.
// Modified code from https://github.com/luukdv/color.js (modified a lot)
// License: MIT License
// (https://github.com/luukdv/color.js/blob/eba683b1c9197d0fd8cf460cf251f297a94e0bf3/license.md)
import { LectureThumbnail } from "@/components/pages/dashboard/Lecture";
import { Color } from "@/theme/color";
@lhwdev
lhwdev / TextFieldDecoration.kt
Created July 9, 2021 07:55
A TextField that does nothing with ime and allows you to put arbitrary contents
import androidx.compose.animation.animateColor
import androidx.compose.animation.core.*
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.defaultMinSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.shape.ZeroCornerSize
import androidx.compose.material.*