UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

9 lines (6 loc) 156 B
import { Checkbox } from "../Checkbox"; export { default as Checkbox } from "./Checkbox"; export default { title: "Checkbox", component: Checkbox, };