Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nocobase
Commits
a6e3ed24
Commit
a6e3ed24
authored
3 years ago
by
semmy
Browse files
Options
Download
Email Patches
Plain Diff
optimize: rename checkbox component file
parent
7c72a587
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/client/src/schema-component/antd/checkbox/demos/demo1.tsx
+2
-3
...client/src/schema-component/antd/checkbox/demos/demo1.tsx
packages/client/src/schema-component/antd/checkbox/demos/demo2.tsx
+2
-3
...client/src/schema-component/antd/checkbox/demos/demo2.tsx
with
4 additions
and
6 deletions
+4
-6
packages/client/src/schema-component/antd/checkbox/demos/demo1.tsx
+
2
-
3
View file @
a6e3ed24
/**
* title: 勾选
*/
import
React
from
'
react
'
;
import
{
SchemaComponentProvider
,
SchemaComponent
}
from
'
@nocobase/client
'
;
import
{
Checkbox
}
from
'
..
'
;
import
{
FormItem
}
from
'
@formily/antd
'
;
import
{
Checkbox
,
SchemaComponent
,
SchemaComponentProvider
}
from
'
@nocobase/client
'
;
import
React
from
'
react
'
;
const
schema
=
{
type
:
'
object
'
,
...
...
This diff is collapsed.
Click to expand it.
packages/client/src/schema-component/antd/checkbox/demos/demo2.tsx
+
2
-
3
View file @
a6e3ed24
/**
* title: 组
*/
import
React
from
'
react
'
;
import
{
SchemaComponentProvider
,
SchemaComponent
}
from
'
@nocobase/client
'
;
import
{
Checkbox
}
from
'
..
'
;
import
{
FormItem
}
from
'
@formily/antd
'
;
import
{
Checkbox
,
SchemaComponent
,
SchemaComponentProvider
}
from
'
@nocobase/client
'
;
import
React
from
'
react
'
;
const
options
=
[
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help