mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 04:19:43 +00:00
spelling: existing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ Table : To create custom table, in which primitive/Table is core component
|
|||||||
|
|
||||||
#### **Component Usage**:
|
#### **Component Usage**:
|
||||||
|
|
||||||
To use exisitng BasicTable component
|
To use existing BasicTable component
|
||||||
|
|
||||||
- Create columns[ ] for table & provide as prop to <BasicTable/>
|
- Create columns[ ] for table & provide as prop to <BasicTable/>
|
||||||
|
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ import { Meta, ColorPalette, ColorItem } from '@storybook/addon-docs';
|
|||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------ |
|
| ------------------------------------------------------------------- | ------------------------------------------------------------------ |
|
||||||
| .fc-form label | to set the size of all form label |
|
| .fc-form label | to set the size of all form label |
|
||||||
| .fc-form .row>label | to update the padding right for label in row parent |
|
| .fc-form .row>label | to update the padding right for label in row parent |
|
||||||
| .grid.fc-form > div > label | to update the styles for label exisitng within grid parent element |
|
| .grid.fc-form > div > label | to update the styles for label existing within grid parent element |
|
||||||
| .fc-form-field-group | to update the preview for label text |
|
| .fc-form-field-group | to update the preview for label text |
|
||||||
| .fc-form-field-group span | to update the preview for span text wrapped in label element |
|
| .fc-form-field-group span | to update the preview for span text wrapped in label element |
|
||||||
| .fc-form input,.fc-form select | to set the styles for form input & select element |
|
| .fc-form input,.fc-form select | to set the styles for form input & select element |
|
||||||
|
|||||||
Reference in New Issue
Block a user