UNPKG

@render-props/choices

Version:

A state container which provides an interface for making selections from a group of choices. The `Choices` component itself is a context provider which can be used with the `Choice` and `ChoicesConsumer` components for deep-tree selections. It does not ha

4 lines (3 loc) 110 B
export default from './Choices' export Choice from './Choice' export ChoicesConsumer from './ChoicesConsumer'