Skip to content

Commit 193bf86

Browse files
committed
Update readme to remove switch
1 parent 98dce5c commit 193bf86

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -220,17 +220,6 @@ Built-in Material 3 stylesheets provide a modern, accessible design out of the b
220220
<a href="https://react.syncfusion.com/radio-button">Live demo</a>
221221
</td>
222222
</tr>
223-
<tr>
224-
<td>
225-
<b>Switch Button</b>
226-
</td>
227-
<td>
228-
<a href="components/buttons/src/switch">Source</a>
229-
</td>
230-
<td>
231-
<a href="https://react.syncfusion.com/switch">Live demo</a>
232-
</td>
233-
</tr>
234223
</table>
235224

236225
### Layout

components/buttons/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -106,23 +106,6 @@ Explore the demo [here](https://react.syncfusion.com/radio-button).
106106

107107
- **Form Integration:** The value attribute of the RadioButton can be included as part of form data submitted to the server, facilitating efficient data processing.
108108

109-
### React Switch
110-
111-
The Switch component is a toggle interface offering a binary decision between on and off states, visually represented with an optional label for clarity. Its intuitive design makes it ideal for user interactions requiring a straightforward choice.
112-
113-
Explore the demo [here](https://react.syncfusion.com/switch).
114-
115-
**Key features**
116-
117-
- **State Control:** Easily configure the switch to be in a checked (on) or unchecked (off) state, providing an immediate visual cue of its current position to users.
118-
119-
- **Label Customization:** Customize the on and off labels to provide additional context for users, clarifying what each state signifies within the application's workflow.
120-
121-
- **Size Options:** Adapt the size of the switch to fit various UI designs with available size options such as 'small', 'medium' and 'bigger', ensuring seamless integration with different interfaces.
122-
123-
- **Form Integration:** Utilize the switch within forms by setting name and value attributes, ensuring that user selections are included in form submissions for backend processing.
124-
125-
126109
<p align="center">
127110
Trusted by the world's leading companies
128111
<a href="https://www.syncfusion.com/">

components/buttons/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"radiobutton",
2020
"radiobuttons",
2121
"react radiobutton",
22-
"switch",
23-
"react switch",
2422
"primary button",
2523
"flat button",
2624
"round button",

0 commit comments

Comments
 (0)