Giter VIP home page Giter VIP logo

react-radial-menu's People

Contributors

antho2407 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

react-radial-menu's Issues

Not working well for me

Hii, First of all Thank you for your efforts,

My problem is that your module is not showing at all for me, I tried to inspect the elements and I found that in the tag created, the height and width do not apply to the element, and I had to manually add : display : inline-block. Even so, the elements are not showing in circle :(

Using this module alongside create-react-app

./node_modules/react-radial-menu/src/js/components/radial-menu.react.js
Module parse failed: Unexpected token (79:15)
You may need an appropriate loader to handle this file type.
| left = (50 - distance * Math.cos(-0.5 * Math.PI - (2Math.PIi)/length)).toFixed(8) + "%;"
| top= (50 + distance * Math.sin(-0.5 * Math.PI - (2Math.PIi)/length)).toFixed(8) + "%;";
| result.push(<RadialItem key={i} radius = {radius} href = {item.href}
| className="children" left={left} top={top} image={item.image}>{item.text});
|

Trying to avoid ejecting scripts, because I'm not sure what the other repercussions might be with everything being so hidden in create-react-app.

Any suggestions as to how I could fix this?

How can add onClick event handler for items?

Hi,

Thanks for this awesome module.

I want to add the onClick for an item so that I can do my stuff at a click. Could you please share the example or way how can I do it.

Thanks

Hey I am having this issue from the ActionButton.js file please help ??

Failed to compile
./node_modules/react-native-circular-action-menu/ActionButton.js
SyntaxError: /home/punters360/node_website_react/node_modules/react-native-circular-action-menu/ActionButton.js: Unexpected token (104:6)

102 | renderButton() {
103 | return (

104 | <View
| ^
105 | style={this.getActionButtonStyle()}
106 | >
107 | <TouchableOpacity
This error occurred during the build time and cannot be dismissed.

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.