# Neumorphism in Jetpack Compose

DevFeed: [Neumorphism in Jetpack Compose](<https://devfeed.tech/articles/neumorphism-in-jetpack-compose-25793.md>)

Original publisher: [Read original article](<https://www.sinasamaki.com/neumorphism-in-jetpack-compose/>)

Author: sinasamaki

Published: 2024-02-15T18:36:56Z

Content type: tutorial

Language: en

Sources: [sinasamaki](<https://devfeed.tech/sources/sinasamaki.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [ui](<https://devfeed.tech/topics/ui.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [dark-mode](<https://devfeed.tech/tags/dark-mode.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [learn](<https://devfeed.tech/tags/learn.md>), [led](<https://devfeed.tech/tags/led.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

A tutorial on creating a neumorphic user interface in Jetpack Compose using gradients, borders, blurred shadows, and manually controlled offsets and blur values. It also explains how these properties can support pressed-state animations.

## Source excerpt

Learn how to create a neumorphic UI style in Jetpack Compose