An open API service indexing awesome lists of open source software.

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

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


)}

)}
,
)
```