Skip to content

Update Data Export docs #4001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const ExportPlacement = () => (
</Heading>
<Box display="flex" justifyContent="flex-end" marginBottom="space60">
<Tooltip text="Export first 10,000 message log lines">
<Button variant="secondary" onClick={() => {}}>
<Button variant="secondary" size="small" onClick={() => {}}>
<ExportIcon decorative />
Export CSV
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ When a checkbox is required to be checked, a required indicator should be displa
</Checkbox>`}
</LivePreview>

### Checkbox group
### Basic checkbox group

Multiple checkboxes and their labels are grouped together with a common group component. The group legend must be the first element inside the group. It must appear before any checkboxes or other content.

Expand Down
Loading