feat(blocksAntd): drawer examples

This commit is contained in:
Albert van Wyk 2020-11-12 17:39:39 +02:00 committed by Sam Tolmay
parent ed5fd6bf93
commit 0a4d7da2ac

View File

@ -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