Giter Site home page Giter Site logo

lion-ant-slider's Introduction

HomeWork

使用方法

import { Slider } from "lion-ant-slider";
import "lion-ant-slider/lib/slider.css";

设计要求

  1. 设计一个轮播组件

  2. 支持传入属性

  3. 可分发成 npm 组件并通过包管理工具安装使用

  4. 类型定义:

    type Props = {
      // 轮播的图片地址
      images: string[],
      // 轮番展示的图片数
      displayNumber: number
      // 每次轮播的时间间隔
      stepInterval: number
      // 点击事件
      onClickNext: (index: number) => void
      onClickPrev: (index: number) => void
    }
  5. 增加属性支持受控模式与非受控模式

  6. 移动端兼容

  7. UI 好看

加分项

  1. 构建一个现代化的前端应用
  2. 代码整洁、结构良好、易于拓展
  3. 具备 web 开发最佳实践
  4. 加入自己的创意
  5. 加入自己认可的加分项
  6. 有在线演示地址

提交方式

邮件提交 github 代码仓库

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.