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.*