Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mustafabinguldev/clickable-item
- Owner: mustafabinguldev
- License: mit
- Created: 2023-10-27T18:31:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-29T11:15:59.000Z (about 1 year ago)
- Last Synced: 2024-11-22T05:08:17.684Z (2 months 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() {
returnTest Item
}
}
```## License
MIT © [BingulHan](https://github.com/BingulHan)