Slide Layout

Last Updated on : 2021-08-30 03:50:35download

SlideLayout

Component properties

Field name Type Describe Default
baseLayout Func content []
style Style container style {}
contentStyle Style content style {}
children Func children content {}
baseLayoutTouchEnable Bool enable touch true

Example

import React from 'react'
import { SlideLayout } from '@tuya/tuya-panel-electrician-sdk'

export default class Scene extends Component { 
  render() { 
    return <SlideLayout  style={{width: 320}}  />; 
  } 
}