|
1 |
| -# react-ui-components |
2 |
| -Syncfusion React UI Components library has been built from the ground up to be lightweight, responsive, modular and touch friendly. It offers 14+ UI components that every applications will ever need. |
| 1 | +# Syncfusion Pure React UI Components Library |
| 2 | + |
| 3 | +Syncfusion Pure React UI Components library has been built from the ground up to be lightweight, responsive, modular and touch friendly. It offers 15+ UI components that every applications will ever need. |
| 4 | + |
| 5 | +> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). |
| 6 | +
|
| 7 | +> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. |
| 8 | +
|
| 9 | +See [LICENSE FILE](https://github.com/syncfusion/react-ui-components/blob/master/license?utm_source=npm&utm_campaign=notification) for more info. |
| 10 | + |
| 11 | + |
| 12 | +## Resources |
| 13 | +* [Getting Started](https://react.syncfusion.com/getting-started/introduction) |
| 14 | +* [View Online Demos](https://react.syncfusion.com/button) |
| 15 | + |
| 16 | +## Pure React Components highlights |
| 17 | + |
| 18 | +### Built for Modern React |
| 19 | +These components are built entirely using React’s modern architecture, leveraging functional components and hooks rather than relying on class-based components, wrappers. This ensures seamless integration with any modern React application and gives developers full control using idiomatic React patterns. |
| 20 | + |
| 21 | +### Fully Reactive by Design |
| 22 | +Components automatically respond to state and prop changes without manual refreshes, ensuring predictable UI updates. |
| 23 | + |
| 24 | +### Smarter Rendering for Better UX |
| 25 | +Optimized rendering logic refreshes only what’s necessary, improving performance and user experience. |
| 26 | + |
| 27 | +### Active State Preservation |
| 28 | +Interactions like focused inputs or selected items remain intact even when the surrounding state changes. This preserves the user's context and ensures a consistent, uninterrupted experience. |
| 29 | + |
| 30 | +### Native Template Rendering |
| 31 | +Templates are rendered using pure JSX, in line with React’s rendering lifecycle. |
| 32 | + |
| 33 | +### Performance-Driven Architecture |
| 34 | +From architecture to execution, every detail has been considered to boost performance. With fewer renders, leaner updates, and smarter state handling, apps feel faster and more responsive. |
| 35 | + |
| 36 | +### Material 3 Theming |
| 37 | +Built-in Material 3 stylesheets provide a modern, accessible design out of the box. Enjoy sharp visuals, consistent theming, and minimal setup. |
| 38 | + |
| 39 | +## Control List |
| 40 | + |
| 41 | +### Buttons |
| 42 | + |
| 43 | +<table> |
| 44 | + <tr> |
| 45 | + <td> |
| 46 | + <b>Button</b> |
| 47 | + </td> |
| 48 | + <td rowspan="4"> |
| 49 | + <a href="https://www.npmjs.com/package/@syncfusion/react-buttons"><img src="https://ej2.syncfusion.com/github/images/npm-logo.png" alt="npm package @syncfusion/react-buttons" title="@syncfusion/react-buttons" style="height:20px;" /> |
| 50 | + </td> |
| 51 | + <td> |
| 52 | + <a href="components/buttons/src/button">Source</a> |
| 53 | + </td> |
| 54 | + <td> |
| 55 | + <a href="https://react.syncfusion.com/button">Live demo</a> |
| 56 | + </td> |
| 57 | + </tr> |
| 58 | + <tr> |
| 59 | + <td> |
| 60 | + <b>Chip</b> |
| 61 | + </td> |
| 62 | + <td> |
| 63 | + <a href="components/buttons/src/chip">Source</a> |
| 64 | + </td> |
| 65 | + <td> |
| 66 | + <a href="https://react.syncfusion.com/chip">Live demo</a> |
| 67 | + </td> |
| 68 | + </tr> |
| 69 | + <tr> |
| 70 | + <td> |
| 71 | + <b>ChipList</b> |
| 72 | + </td> |
| 73 | + <td> |
| 74 | + <a href="components/buttons/src/chipList">Source</a> |
| 75 | + </td> |
| 76 | + <td> |
| 77 | + <a href="https://react.syncfusion.com/chiplist">Live demo</a> |
| 78 | + </td> |
| 79 | + </tr> |
| 80 | + <tr> |
| 81 | + <td> |
| 82 | + <b>Floating Action Button</b> |
| 83 | + </td> |
| 84 | + <td> |
| 85 | + <a href="components/buttons/src/floating-action-button">Source</a> |
| 86 | + </td> |
| 87 | + <td> |
| 88 | + <a href="https://react.syncfusion.com/floating-action-button">Live demo</a> |
| 89 | + </td> |
| 90 | + </tr> |
| 91 | + <tr> |
| 92 | + <td> |
| 93 | + <b>Dropdown Button</b> |
| 94 | + </td> |
| 95 | + <td rowspan="2"> |
| 96 | + <a href="https://www.npmjs.com/package/@syncfusion/react-splitbuttons"><img src="https://ej2.syncfusion.com/github/images/npm-logo.png" alt="npm package @syncfusion/react-splitbuttons" title="@syncfusion/react-splitbuttons" style="height:20px;" /> |
| 97 | + </td> |
| 98 | + <td> |
| 99 | + <a href="components/splitbuttons/src/dropdown-button">Source</a> |
| 100 | + </td> |
| 101 | + <td> |
| 102 | + <a href="https://react.syncfusion.com/dropdown-button">Live demo</a> |
| 103 | + </td> |
| 104 | + </tr> |
| 105 | + <tr> |
| 106 | + <td> |
| 107 | + <b>Split Button</b> |
| 108 | + </td> |
| 109 | + <td> |
| 110 | + <a href="components/splitbuttons/src/split-button">Source</a> |
| 111 | + </td> |
| 112 | + <td> |
| 113 | + <a href="https://react.syncfusion.com/split-button">Live demo</a> |
| 114 | + </td> |
| 115 | + </tr> |
| 116 | +</table> |
| 117 | + |
| 118 | +### Notifications |
| 119 | + |
| 120 | +<table> |
| 121 | + <tr> |
| 122 | + <td> |
| 123 | + <b>Toast</b> |
| 124 | + </td> |
| 125 | + <td rowspan="3"> |
| 126 | + <a href="https://www.npmjs.com/package/@syncfusion/react-notifications"><img src="https://ej2.syncfusion.com/github/images/npm-logo.png" alt="npm package @syncfusion/react-notifications" title="@syncfusion/react-notifications" style="height:20px;" /> |
| 127 | + </td> |
| 128 | + <td> |
| 129 | + <a href="components/notifications/src/toast">Source</a> |
| 130 | + </td> |
| 131 | + <td> |
| 132 | + <a href="https://react.syncfusion.com/toast">Live demo</a> |
| 133 | + </td> |
| 134 | + </tr> |
| 135 | + <tr> |
| 136 | + <td> |
| 137 | + <b>Skeleton</b> |
| 138 | + </td> |
| 139 | + <td> |
| 140 | + <a href="components/notifications/src/skeleton">Source</a> |
| 141 | + </td> |
| 142 | + <td> |
| 143 | + <a href="https://react.syncfusion.com/skeleton">Live demo</a> |
| 144 | + </td> |
| 145 | + </tr> |
| 146 | + <tr> |
| 147 | + <td> |
| 148 | + <b>Message</b> |
| 149 | + </td> |
| 150 | + <td> |
| 151 | + <a href="components/notifications/src/message">Source</a> |
| 152 | + </td> |
| 153 | + <td> |
| 154 | + <a href="https://react.syncfusion.com/message">Live demo</a> |
| 155 | + </td> |
| 156 | + </tr> |
| 157 | +</table> |
| 158 | + |
| 159 | +### Inputs |
| 160 | + |
| 161 | +<table> |
| 162 | + <tr> |
| 163 | + <td> |
| 164 | + <b>Numeric TextBox</b> |
| 165 | + </td> |
| 166 | + <td rowspan="3"> |
| 167 | + <a href="https://www.npmjs.com/package/@syncfusion/react-inputs"><img src="https://ej2.syncfusion.com/github/images/npm-logo.png" alt="npm package @syncfusion/react-inputs" title="@syncfusion/react-inputs" style="height:20px;" /> |
| 168 | + </td> |
| 169 | + <td> |
| 170 | + <a href="components/inputs/src/numerictextbox">Source</a> |
| 171 | + </td> |
| 172 | + <td> |
| 173 | + <a href="https://react.syncfusion.com/numeric-textbox">Live demo</a> |
| 174 | + </td> |
| 175 | + </tr> |
| 176 | + <tr> |
| 177 | + <td> |
| 178 | + <b>TextBox</b> |
| 179 | + </td> |
| 180 | + <td> |
| 181 | + <a href="components/inputs/src/textbox">Source</a> |
| 182 | + </td> |
| 183 | + <td> |
| 184 | + <a href="https://react.syncfusion.com/textbox">Live demo</a> |
| 185 | + </td> |
| 186 | + </tr> |
| 187 | + <tr> |
| 188 | + <td> |
| 189 | + <b>TextArea</b> |
| 190 | + </td> |
| 191 | + <td> |
| 192 | + <a href="components/inputs/src/textarea">Source</a> |
| 193 | + </td> |
| 194 | + <td> |
| 195 | + <a href="https://react.syncfusion.com/textarea">Live demo</a> |
| 196 | + </td> |
| 197 | + </tr> |
| 198 | + <tr> |
| 199 | + <td> |
| 200 | + <b>Checkbox</b> |
| 201 | + </td> |
| 202 | + <td rowspan="3"> |
| 203 | + <a href="https://www.npmjs.com/package/@syncfusion/react-buttons"><img src="https://ej2.syncfusion.com/github/images/npm-logo.png" alt="npm package @syncfusion/react-buttons" title="@syncfusion/react-buttons" style="height:20px;" /> |
| 204 | + </td> |
| 205 | + <td> |
| 206 | + <a href="components/buttons/src/button">Source</a> |
| 207 | + </td> |
| 208 | + <td> |
| 209 | + <a href="https://react.syncfusion.com/checkbox">Live demo</a> |
| 210 | + </td> |
| 211 | + </tr> |
| 212 | + <tr> |
| 213 | + <td> |
| 214 | + <b>Radio Button</b> |
| 215 | + </td> |
| 216 | + <td> |
| 217 | + <a href="components/buttons/src/radio-button">Source</a> |
| 218 | + </td> |
| 219 | + <td> |
| 220 | + <a href="https://react.syncfusion.com/radio-button">Live demo</a> |
| 221 | + </td> |
| 222 | + </tr> |
| 223 | +</table> |
| 224 | + |
| 225 | +### Layout |
| 226 | + |
| 227 | +<table> |
| 228 | + <tr> |
| 229 | + <td> |
| 230 | + <b>Tooltip</b> |
| 231 | + </td> |
| 232 | + <td> |
| 233 | + <a href="https://www.npmjs.com/package/@syncfusion/react-popups"><img src="https://ej2.syncfusion.com/github/images/npm-logo.png" alt="npm package @syncfusion/react-popups" title="@syncfusion/react-popups" style="height:20px;" /> |
| 234 | + </td> |
| 235 | + <td> |
| 236 | + <a href="components/popups/src/tooltip">Source</a> |
| 237 | + </td> |
| 238 | + <td> |
| 239 | + <a href="https://react.syncfusion.com/tooltip">Live demo</a> |
| 240 | + </td> |
| 241 | + </tr> |
| 242 | +</table> |
| 243 | + |
| 244 | +## Support |
| 245 | + Product support is available for through following mediums. |
| 246 | + * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=react-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/pure-react?utm_source=npm&utm_campaign=react-ui-components). |
| 247 | +* New [GitHub issue](https://github.com/syncfusion/react-ui-components/issues/new). |
| 248 | +* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `react-pure`. |
| 249 | +## License |
| 250 | +Check the license detail [here](https://github.com/syncfusion/react-ui-components/blob/master/license). |
| 251 | + |
| 252 | +## Changelog |
| 253 | +Check the changelog [here](https://react-api.syncfusion.com/api/release-notes/29.2.4). |
| 254 | + |
| 255 | +© Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. |
0 commit comments