-
Notifications
You must be signed in to change notification settings - Fork 70
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
docs: intro sentence for date-dropdown #1605
base: main
Are you sure you want to change the base?
Conversation
|
✅ Deploy Preview for industrial-experience ready!
|
packages/documentation/docs/controls/_number-input_styleguide.mdx
Outdated
Show resolved
Hide resolved
packages/documentation/docs/controls/buttons/_toggle-button_styleguide.md
Outdated
Show resolved
Hide resolved
<br /> | ||
<br /> | ||
<!-- introduction start --> | ||
Checkboxes are form controls that allow users to select no, one or more options. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checkboxes are form controls that allow users to select no, one or more options. | |
Checkboxes are form controls that allow users to select none, one or more options. |
@@ -5,6 +5,10 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Drawer | |||
|
|||
<!-- introduction start --> | |||
Drawers are containers that open on click on a button to show additional content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drawers are containers that open on click on a button to show additional content. | |
Drawers are containers that open on the click of a button to show additional content. |
@@ -8,6 +8,10 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Event list | |||
|
|||
<!-- introduction start --> | |||
Event lists display a list of any type of elements with additional details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Event lists display a list of any type of elements with additional details. | |
Event lists display a list of any type of element with additional details. |
@@ -5,6 +5,10 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Expanding search | |||
|
|||
<!-- introduction start --> | |||
Expanding searches are search fields that expand on click to save space. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expanding searches are search fields that expand on click to save space. | |
Expanding searches are search fields that expand when clicked to save space. |
@@ -5,6 +5,10 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Flip | |||
|
|||
<!-- introduction start --> | |||
Flips are containers that flip on click to reveal additional content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flips are containers that flip on click to reveal additional content. | |
Flips are containers that flip when clicked to reveal additional content. |
@@ -5,6 +5,10 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Message bar | |||
|
|||
<!-- introduction start --> | |||
Message bars display important information to users, e.g. feedback, warnings, or errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Message bars display important information to users, e.g. feedback, warnings, or errors. | |
Message bars display important information to users, e.g. feedback, warnings or errors. |
@@ -7,6 +7,9 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
# Pagination | |||
|
|||
<Tags /> | |||
<!-- introduction start --> | |||
Paginations allow users to navigate between pages of content when it is split for performance reasons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Paginations allow users to navigate between pages of content when it is split for performance reasons. | |
Paginations allow users to navigate between pages of content when it's split for performance reasons. |
@@ -4,7 +4,9 @@ import Events from './../auto-generated/ix-spinner/events.md'; | |||
import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Spinner | |||
|
|||
<!-- introduction start --> | |||
Spinners indicate that a process is running, to provide feedback to the user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spinners indicate that a process is running, to provide feedback to the user. | |
Spinners indicate that a process is running to provide feedback to the user. |
@@ -8,7 +8,9 @@ import Playground from '@site/src/components/PlaygroundV3' | |||
# Tooltip | |||
|
|||
<Tags /> | |||
|
|||
<!-- introduction start --> | |||
Tooltips provide additional information when users hover over or focus an element. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tooltips provide additional information when users hover over or focus an element. | |
Tooltips provide additional information when users hover over or focus on an element. |
@@ -5,6 +5,10 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Upload | |||
|
|||
<!-- introduction start --> | |||
Uploads allow users to select and upload files from their device by drag-and-drop. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uploads allow users to select and upload files from their device by drag-and-drop. | |
Uploads allow users to select and upload files from their device via drag-and-drop. |
@@ -5,6 +5,10 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Toggle | |||
|
|||
<!-- introduction start --> | |||
Toggles (switches) enable users to toggle between an on and off state. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toggles (switches) enable users to toggle between an on and off state. | |
Toggle switches enable users to toggle between an on and off state. |
@@ -11,6 +11,10 @@ import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# Modal | |||
|
|||
<!-- introduction start --> | |||
Modals present information prominently and are useful to gather essential user input without navigating to another page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modals present information prominently and are useful to gather essential user input without navigating to another page. | |
Modals present information prominently and are useful for gathering essential user input without navigating to another page. |
packages/documentation/docs/controls/_forms-checkbox_styleguide.md
Outdated
Show resolved
Hide resolved
packages/documentation/docs/controls/_textarea-field_styleguide.mdx
Outdated
Show resolved
Hide resolved
packages/documentation/docs/controls/application-frame/map-navigation.md
Outdated
Show resolved
Hide resolved
@@ -4,7 +4,9 @@ import Props from './../auto-generated/ix-kpi/props.md'; | |||
import Playground from '@site/src/components/PlaygroundV3'; | |||
|
|||
# KPI | |||
|
|||
<!-- introduction start --> | |||
KPIs display measured values together with a status to help the user make better decisions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KPIs display measured values together with a status to help the user make better decisions. | |
KPIs display measured values together with a status indicator to help users interpret data. |
ECharts offers a wide variety of different chart types and features. Following page deals with some more special chart types and chart features, which might become handy in some use cases. | ||
|
||
<!-- introduction start --> | ||
ECharts offers a wide variety of different chart types and features, including interacting with charts that users need in some use cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ECharts offers a wide variety of different chart types and features, including interacting with charts that users need in some use cases. | |
ECharts offers a wide variety of different chart types and features for enhanced visualization and charting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get in touch if you want to discuss any of the changes.
Co-authored-by: tokyojen <[email protected]>
Quality Gate passedIssues Measures |
💡 What is the current behavior?
no intro sentence for date dropdown
🆕 What is the new behavior?
new intro sentence for date dropdown
🏁 Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
pnpm run docs
)pnpm test
)pnpm lint
)pnpm build
, changes pushed)👨💻 Help & support