mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
feat(blocksAntd): drawer examples
This commit is contained in:
parent
ed5fd6bf93
commit
0a4d7da2ac
@ -1,6 +1,50 @@
|
||||
- id: default
|
||||
type: Drawer
|
||||
- id: properties.title
|
||||
- id: "properties.title"
|
||||
type: Drawer
|
||||
properties:
|
||||
title: Drawer title
|
||||
title: Drawer title
|
||||
- id: "properties.closable: false"
|
||||
type: Drawer
|
||||
properties:
|
||||
closable: false
|
||||
- id: "properties.title"
|
||||
type: Drawer
|
||||
properties:
|
||||
mask: false
|
||||
- id: "properties.maskClosable: false"
|
||||
type: Drawer
|
||||
properties:
|
||||
maskClosable: false
|
||||
- id: "properties.width: 300px"
|
||||
type: Drawer
|
||||
properties:
|
||||
width: 300px
|
||||
- id: "properties.height: 320px"
|
||||
type: Drawer
|
||||
properties:
|
||||
height: 320px
|
||||
- id: "properties.zIndex: 1100"
|
||||
type: Drawer
|
||||
properties:
|
||||
zIndex: 1100
|
||||
- id: "properties.placement: top"
|
||||
type: Drawer
|
||||
properties:
|
||||
placement: top
|
||||
- id: "properties.placement: bottom"
|
||||
type: Drawer
|
||||
properties:
|
||||
placement: bottom
|
||||
- id: "properties.placement: left"
|
||||
type: Drawer
|
||||
properties:
|
||||
placement: left
|
||||
- id: "properties.keyboard: false"
|
||||
type: Drawer
|
||||
properties:
|
||||
keyboard: false
|
||||
# - id: "properties.open: true"
|
||||
# type: Drawer
|
||||
# properties:
|
||||
# open: true
|
||||
|
Loading…
Reference in New Issue
Block a user