Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 228 Bytes

drawer-bottom.md

File metadata and controls

14 lines (13 loc) · 228 Bytes
<ClDrawer
  show={bottom}
  direction="bottom"
  onCancel={() => {
    setBottom(false);
  }}
>
  <ClCard type="full">
    <View style={{ height: pxTransform(300) }}>我是下侧抽屉</View>
  </ClCard>
</ClDrawer>