FW_PHP_OO_MVC_jQuery | 车店
安东尼·托莫·加西亚
指数
关于这个项目
建于
特征
执照
外部API /库
关于这个项目
This is my DAW project for the programming subject.
The page is an online platform to sell and buy cars.
内置
-后端
前端
前端
-CSS
结构
特征
页
特征
家
类别轮播,随机产品轮播均与商店相关
店铺
分页,详细信息,过滤器,您所在位置附
为什么不! 图片轮播!
适用于Android的简单,超级简单且可自定义的图像轮播视图。
预览
截屏
预览
用法
相依性
将以下内容添加到您的项目级别的build.gradle文件中。
dependencies {
// Material Components for Android. Replace the version with the latest version of Material Components library.
implementation ' com.
倒计时原型
:scroll: 描述
轮播计时器允许用户使用手势设置倒数计时器,而圆形计时器可以显示剩余时间和进度。
:light_bulb: 动机与情境
我想展示如何在没有视图模型的情况下管理App的内部状态,以及如何制作优美的UI,动画,手势等。
:camera_with_flash: 屏幕截图
执照
Copyright 2020 The Android Open Source Project
Licensed under the Apache License, Version 2.0
轮播视图
安装
npm i carousel - view
用法
全球注册
您可以在全球范围内安装Vue Carousel:
// in main.js
import CarouselView from 'carousel-view'
import 'carousel-view/dist/style/carousel-view.css'
Vue . use ( CarouselView )
本地组件
使用import将轮播直接添加到您的组件中:
// in your vue file
im