Skip to content

Commit

Permalink
Deploying to main from @ hellof2e/quark-design@9a478b4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqi9675 committed Dec 14, 2023
1 parent b67720f commit bae5c26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs_react/docs/form/doc-react.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import { Form, FormRef, FormItem } from "@quarkd/quark-react";

Set value of form items, used with `prop` prop.

```tsx
import { Form, FormRef, FormItem, Field, Button } from "@quarkd/quark-react";
```

```tsx
export default () => {
const [form, setForm] = useState({
Expand Down
4 changes: 4 additions & 0 deletions src/docs_react/docs/form/doc-react.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import { Form, FormRef, FormItem } from "@quarkd/quark-react";

配合 prop 字段,设置表单项的值

```tsx
import { Form, FormRef, FormItem, Field, Button } from "@quarkd/quark-react";
```

```tsx
export default () => {
const [form, setForm] = useState({
Expand Down

0 comments on commit bae5c26

Please sign in to comment.