8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d276fe commit acb9617Copy full SH 8000 A for acb9617
src/components/form/CFormCheck.tsx
@@ -33,7 +33,7 @@ export type ButtonObject = {
33
34
export interface CFormCheckProps extends HTMLAttributes<HTMLInputElement> {
35
/**
36
- * Create button-like checkboxes and radio buttons
+ * Create button-like checkboxes and radio buttons. [docs]
37
*/
38
button?: ButtonObject
39
src/components/form/CFormControl.tsx
@@ -8,6 +8,9 @@ export interface CFormControlProps
8
* A string of all className you want applied to the component. [docs]
9
10
className?: string
11
+ /**
12
+ * A string of all className you want to be applied to the component, and override standard className value. [docs]
13
+ */
14
classNameParent?: string
15
16
* Component used for the root node. Either a string to use a HTML element or a component. [docs]
0 commit comments