Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mustafabinguldev/clickable-item

Components for React applications that move when clicked with the mouse.
https://github.com/mustafabinguldev/clickable-item

react react-component react-component-library react-components react-library reactjs

Last synced: 4 days ago
JSON representation

Components for React applications that move when clicked with the mouse.

Awesome Lists containing this project

README

        

> An object that moves with your mouse when you click on it

## Usage

```jsx
import React, { Component } from 'react'

import ClickableItemComponent from 'clickable-item'
import 'clickable-item/dist/index.css'

class Example extends Component {
render() {
return

Test Item


}
}
```

## License

MIT © [BingulHan](https://github.com/BingulHan)