Skip to content

Commit 7dd04bf

Browse files
committed
Remove switch instance and updated readme
1 parent 23ebc33 commit 7dd04bf

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See [LICENSE FILE](https://github.com/syncfusion/react-ui-components/blob/master
1010

1111

1212
## Resources
13-
* [Getting Started](https://react.syncfusion.com/getting-started/introduction)
13+
* [Getting Started](https://react.syncfusion.com/overview/introduction)
1414
* [View Online Demos](https://react.syncfusion.com/button)
1515

1616
## Pure React Components highlights
@@ -280,6 +280,6 @@ Built-in Material 3 stylesheets provide a modern, accessible design out of the b
280280
Check the license detail [here](https://github.com/syncfusion/react-ui-components/blob/master/license).
281281

282282
## Changelog
283-
Check the changelog [here](https://react-api.syncfusion.com/release-notes/29.2.4).
283+
Check the changelog [here](https://react-api.syncfusion.com/release-notes/30.1.37).
284284

285285
© Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

components/buttons/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -106,22 +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-
125109

126110
<p align="center">
127111
Trusted by the world's leading companies

0 commit comments

Comments
 (0)