0.2.4 • Published 6 years ago

react-rotate-menu v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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}/>
PropertiesDescriptionTypeDefault Values
dataSourceNeed to display the data(Dataarray[]
radiusThe radius of the circle(Had better be in between 150 and 200)number150
titleFontColortitle font colorstring#fff
titleFontSizetitle font sizestring16px
buttonFontColorbutton font colorstring#fff
buttonFontSizetitle font sezestring28px
buttonBackgroundbutton background colorstring#fff
classNameThe custom stylesring
onClickon click CallBack,e is event,data is button datafunction(e,data){}
moreTextmore button textstringMore
centerButtonClassNamecenter button class name,when set this prop default value will cover.String
ringButtonClassNamering button class name,when set this prop default value will cover.String
showRingButtonTitleshow ring button title.booltrue

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
0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago