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: 9 months ago
JSON representation
Components for React applications that move when clicked with the mouse.
- Host: GitHub
- URL: https://github.com/mustafabinguldev/clickable-item
- Owner: mustafabinguldev
- License: mit
- Created: 2023-10-27T18:31:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T11:15:59.000Z (over 2 years ago)
- Last Synced: 2025-03-16T06:14:54.538Z (about 1 year ago)
- Topics: react, react-component, react-component-library, react-components, react-library, reactjs
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)