Skip to content

Commit

Permalink
correct the paragraph in each file
Browse files Browse the repository at this point in the history
Signed-off-by: eyeaadil <[email protected]>
  • Loading branch information
eyeaadil committed Dec 20, 2024
1 parent 1f86b76 commit ee92d60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
10 changes: 6 additions & 4 deletions src/sections/Projects/Sistent/components/toggle-button/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ const ToggleButtonCode = () => {
<h2>ToggleButton</h2>
</a>
<p>
The `ToggleButton` component provides a way to toggle between states
or select options within a group. Whether used individually or in
conjunction with a `ToggleButtonGroup`, it offers a consistent and
user-friendly way to control selections in a UI.
The `ToggleButton` and `ToggleButtonGroup` are versatile components
that can be used for a wide range of applications. Their intuitive
design ensures users can make selections easily and confidently.
Whether it's enabling a setting, selecting a mode, or choosing
multiple options, these components are built to enhance user
experience across different scenarios.
</p>
<div className="filterBtns">
<TabButton
Expand Down
19 changes: 6 additions & 13 deletions src/sections/Projects/Sistent/components/toggle-button/guidance.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ const ToggleButtonGuidance = () => {
<h2>ToggleButton</h2>
</a>
<p>
The `ToggleButton` component is designed to allow users to quickly
toggle between two or more states, such as enabling or disabling a
feature, choosing between views, or setting preferences. It provides
visual feedback that helps users understand the current state of an
option at a glance.
The `ToggleButton` and `ToggleButtonGroup` are versatile components
that can be used for a wide range of applications. Their intuitive
design ensures users can make selections easily and confidently.
Whether it's enabling a setting, selecting a mode, or choosing
multiple options, these components are built to enhance user
experience across different scenarios.
</p>
<div className="filterBtns">
<TabButton
Expand Down Expand Up @@ -57,14 +58,6 @@ const ToggleButtonGuidance = () => {
/>
</div>
<div className="main-content">
<p>
The `ToggleButton` and `ToggleButtonGroup` are versatile components
that can be used for a wide range of applications. Their intuitive
design ensures users can make selections easily and confidently.
Whether it's enabling a setting, selecting a mode, or choosing
multiple options, these components are built to enhance user
experience across different scenarios.
</p>
<a id="Function">
<h2>Functionality</h2>
</a>
Expand Down

0 comments on commit ee92d60

Please sign in to comment.