UNPKG

@vue-widget/hooks

Version:

hooks from react to vue

18 lines (12 loc) • 217 B
# @vue-widget/hooks šŸ£ React hooks used in vue. ## Install Using npm: ```bash npm install @vue-widget/hooks --save ``` ## Usage ```js import { useState } from 'hooks'; const [state, setState] = useState(); ```