https://github.com/hamlim/util-components
A collection of helpful React components
https://github.com/hamlim/util-components
component-library components react
Last synced: 4 months ago
JSON representation
A collection of helpful React components
- Host: GitHub
- URL: https://github.com/hamlim/util-components
- Owner: hamlim
- Created: 2018-04-22T02:07:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T02:58:33.000Z (over 1 year ago)
- Last Synced: 2025-02-12T09:11:50.422Z (over 1 year ago)
- Topics: component-library, components, react
- Language: JavaScript
- Size: 67.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# util-components
This is a collection of helpful React components that I end up using fairly frequently in many different projects.
## API
```js
import {
Toggle,
RefManager,
FocusManager,
} from 'util-components'
render(
{({ toggle, on }) => (
{({ assignRef, someRef, target }) => (
Toggle
)}
)}
,
)
```