diff --git a/README.md b/README.md index 47ef593..ce48a25 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ labelPosition?: "top" | "left"; labelAlign?: "left" | "right"; controlStyle?: React.CSSProperties; controlClassName?: string; +showRequiredMark?: boolean; required?: boolean; requiredMessage?: string; clearErrorOnFocus?: boolean; @@ -275,6 +276,10 @@ $form-item-cls: nex-form-item; flex: none; } + &-label-left { + text-align: left; + } + &-top { display: block; } @@ -303,6 +308,7 @@ $form-item-cls: nex-form-item; } } + ``` diff --git a/docs/index.html b/docs/index.html index 95b64ed..9277247 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -