8000 docs: update JSDoc comments · v-rr/coreui-react@acb9617 · GitHub
[go: up one dir, main page]

Skip to content

Commit acb9617

Browse files
committed
docs: update JSDoc comments
1 parent 2d276fe commit acb9617

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/components/form/CFormCheck.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export type ButtonObject = {
3333

3434
export interface CFormCheckProps extends HTMLAttributes<HTMLInputElement> {
3535
/**
36-
* Create button-like checkboxes and radio buttons
36+
* Create button-like checkboxes and radio buttons. [docs]
3737
*/
3838
button?: ButtonObject
3939
/**

src/components/form/CFormControl.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export interface CFormControlProps
88
* A string of all className you want applied to the component. [docs]
99
*/
1010
className?: string
11+
/**
12+
* A string of all className you want to be applied to the component, and override standard className value. [docs]
13+
*/
1114
classNameParent?: string
1215
/**
1316
* Component used for the root node. Either a string to use a HTML element or a component. [docs]

0 commit comments

Comments
 (0)
0