Giter VIP home page Giter VIP logo

react-rotate-menu's Introduction

react-rotate-menu

React Rotate Menu

npm NPM downloads

Example

Example

How to use

install

npm install react-rotate-menu --save

React

import RotateMenu from 'react-rotate-menu'

<RotateMenu dataSource={data}/>
Properties Description Type Default Values
dataSource Need to display the data(Data array []
radius The radius of the circle(Had better be in between 150 and 200) number 150
titleFontColor title font color string #fff
titleFontSize title font size string 16px
buttonFontColor button font color string #fff
buttonFontSize title font seze string 28px
buttonBackground button background color string #fff
className The custom style sring
onClick on click CallBack,e is event,data is button data function(e,data){}
moreText more button text string More
centerButtonClassName center button class name,when set this prop default value will cover. String
ringButtonClassName ring button class name,when set this prop default value will cover. String
showRingButtonTitle show ring button title. bool true

Data

let data = []
for (let i = 0; i < 12; i++) {
  data.push({
    text: `Floor${i}`,
    title: `F${i}`,
    ...(add you need)
  })
}

Development

$ git clone https://github.com/wafersystems/react-rotate-menu.git
$ npm i
$ npm run-script start

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.