Composables
Composables UI Components Icons API
Composables UI Components Icons API UI Kit Blocks SVG to Compose Android Distribution Docs Blog Colors
Overview
  • Getting Started
  • Install (Compose Multiplatform)
  • Install (Jetpack Compose)
  • Components
  • License
  • Theming
Scaffolds
  • App Scaffold
  • Screen Scaffold
  • Auth Screen Scaffold
Components
  • Alerts
  • Avatar
  • Bottom Sheets
  • Primary Button
  • Secondary Button
  • Outlined Button
  • Ghost Button
  • Destructive Button
  • Icon Button
  • Card
  • Checkbox
  • Chip
  • Dialog
  • Dividers
  • Dropdown Menu
  • Icon
  • Picker
  • Progress Indicators
  • Radio Group
  • Slider
  • Side Bar
  • Tab Groups
  • Text
  • Text Field
  • Time Picker
  • Toggle Switch
  • Top App Bar
Docs › UI Kit

Ghost Button

View Markdown Open in ChatGPT Open in Claude

Installation

Get access to the source code of all components with a single one-time payment. Buy license ->

Usage

import androidx.compose.runtime.Composable
import com.composables.uikit.components.GhostButton
import com.composables.uikit.components.Text

@Composable
fun GhostButtonExample() {
    GhostButton(onClick = { /* TODO */ }) {
        Text("Ghost Button")
    }
}
Outlined Button ← Previous Destructive Button Next →

On this page

  • API Reference
  • Usage
Reach Android developers Put your product in front of engineers building Android and KMP apps. Sponsor Composables