1.0.3 • Published 3 years ago

taro-footer v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Taro footer组件

iphonex 安全间距  默认定位 
不用设置底部滚动间距  会自动计算
必须放在最底部

用法

必须放在最底部

npm install taro-footer



    fixed: true,  //是否固定底部
    safeAreaInsetBottom: true,  //是否开启 iphonex 安全间距
    className: '',  //设置class
    zIndex: 99 
    isDynamic: true   //如果底部内容不会动态修改 可设置false




```
    import  TaroFooter  from 'taro-footer'
    <View style='height:1000px'>
    
    </View>

    <TaroFooter  className='footer'>
            <Button>提交</Button>
    </TaroFooter>
   
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago