spelling: existing

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-09-28 12:13:26 -04:00
parent c2016a52b8
commit eef99ef017
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ Table : To create custom table, in which primitive/Table is core component
#### **Component Usage**:
To use exisitng BasicTable component
To use existing BasicTable component
- Create columns[ ] for table & provide as prop to <BasicTable/>

View File

@@ -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 .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 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 |