From d0f0e41350327918911169f04eb6d6d59a83f904 Mon Sep 17 00:00:00 2001
From: Oleksandr Fediashov
widths='equal'
prop declaration on a{' '}
- Form.Group
, all child Form.Dropdown
,{' '}
- Form.Input
, Form.Select
+ FormGroup
, all child FormDropdown
,{' '}
+ FormInput
, FormSelect
components must be rendered with a fluid
prop to work
correctly.
{JSON.stringify({ name, email }, null, 2)}diff --git a/docs/src/examples/collections/Form/Usage/FormExampleClearOnSubmit.js b/docs/src/examples/collections/Form/Usage/FormExampleClearOnSubmit.js index 989d6f57ed..f9ae0d9c16 100644 --- a/docs/src/examples/collections/Form/Usage/FormExampleClearOnSubmit.js +++ b/docs/src/examples/collections/Form/Usage/FormExampleClearOnSubmit.js @@ -1,5 +1,5 @@ import React, { Component } from 'react' -import { Form } from 'semantic-ui-react' +import { FormInput, FormGroup, FormButton, Form } from 'semantic-ui-react' class FormExampleClearOnSubmit extends Component { state = {} @@ -13,21 +13,21 @@ class FormExampleClearOnSubmit extends Component { return (
Our {''}
handles data just like a vanilla React{' '}
{''}
. See React's
@@ -23,7 +23,7 @@ const FormFormUsageExamples = () => (
docs for more.
The following grid has vertical and horizontal gutters.
The following grid has horizontal gutters.
The following grid has vertical gutters.
Justified content fits exactly inside the grid column, taking up the entire width from one side to the other. Justified content fits @@ -35,8 +35,8 @@ const GridExampleTextAlignmentJustified = () => ( exactly inside the grid column, taking up the entire width from one side to the other.
-@@ -24,8 +29,8 @@ const StatisticExampleFloated = () => (
diff --git a/docs/src/examples/views/Statistic/Variations/StatisticExampleHorizontal.js b/docs/src/examples/views/Statistic/Variations/StatisticExampleHorizontal.js
index 6e02739e23..cc745ac5e9 100644
--- a/docs/src/examples/views/Statistic/Variations/StatisticExampleHorizontal.js
+++ b/docs/src/examples/views/Statistic/Variations/StatisticExampleHorizontal.js
@@ -1,10 +1,10 @@
import React from 'react'
-import { Statistic } from 'semantic-ui-react'
+import { StatisticValue, StatisticLabel, Statistic } from 'semantic-ui-react'
const StatisticExampleHorizontal = () => (