Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update license and contact links

+5 -3
+2 -1
LICENSE
··· 1 1 MIT License 2 2 3 - Copyright (c) 2021 Formidable 3 + Copyright (c) 2021 Formidable, 4 + Copyright (c) 2022 Phil Pluckthun <phil@kitten.sh> 4 5 5 6 Permission is hereby granted, free of charge, to any person obtaining a copy 6 7 of this software and associated documentation files (the "Software"), to deal
+3 -2
package.json
··· 22 22 "react", 23 23 "hook" 24 24 ], 25 - "repository": "https://github.com/FormidableLabs/use-interactions", 25 + "author": "Phil Pluckthun <phil@kitten.sh>", 26 + "repository": "https://github.com/kitten/use-interactions", 26 27 "bugs": { 27 - "url": "https://github.com/FormidableLabs/use-interactions/issues" 28 + "url": "https://github.com/kitten/use-interactions/issues" 28 29 }, 29 30 "scripts": { 30 31 "check": "tsc",