import React from 'react'; import '../../../.storybook/index.less'; import IndeterminateCheckbox from './base/indeterminate-checkbox'; export default { title: 'Forms' }; export const input = () => (
); export const inputWithLabel = () => (
); export const selectWithLabel = () => (
); export const checkboxWithLabel = () => (
); export const intermediaryCheckbox = () => (
); export const exampleForm = () => (
);