로고SEED Design

Extended Action Sheet

Extended Action Sheet는 사용자가 특정 작업에 관한 선택지뿐만 아니라 추가적인 선택지를 제공할 때 사용하는 시트 형태의 컴포넌트입니다.

Installation

npx @seed-design/cli@latest add extended-action-sheet

Props

ExtendedActionSheetRoot

PropTypeDefault
onOpenChange?
((open: boolean) => void)
-
defaultOpen?
boolean
-
open?
boolean
-
unmountOnExit?
boolean
false
lazyMount?
boolean
false
closeOnEscape?
boolean
true
closeOnInteractOutside?
boolean
true
role?
"dialog" | "alertdialog"
"dialog"
children?
ReactNode
-

ExtendedActionSheetContent

PropTypeDefault
asChild?
boolean
false
layerIndex?
number
-
title?
ReactNode
-

ExtendedActionSheetItem

PropTypeDefault
tone?
"neutral" | "critical"
neutral
asChild?
boolean
false

On this page