Skip to content

Commit

Permalink
Merge branch 'cursorify:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
onthegocode authored May 3, 2023
2 parents a911b24 + 7a0578e commit 7c1d2df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/cursorify-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Refer to the description of each option below.
- breakpoint: You can set breakpoint to disable in mobile size.

```tsx
import { CursorifyProvider, EmojiCursor } from '@cursorify/react'
import { CursorifyProvider, DefaultCursor } from '@cursorify/react'

const App = () => {
return (
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@cursorify/cursors": "^0.0.37",
"@cursorify/react": "^0.0.38",
"@cursorify/react": "^0.0.39",
"@docusaurus/core": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@emotion/react": "^11.10.6",
Expand Down

0 comments on commit 7c1d2df

Please sign in to comment.