| SInput(输入框组件) | This is a basic input box, often used in forms, divided into two types: text and password |
| SStar(评分组件) | SStar is a scoring component |
| SSelect(选择框组件) | SSelect is a selector that provides three types of optional input parameter values |
| SLink(链接组件) | SLink is commonly used to represent text connections or sharing |
| SRadio(单选框组件) | SRadio let people select a single item |
| SCheckbox(多选框组件) | SCheckbox let people select multi items |
| SSwitch(选项组件) | SSwitch is a switch used for simple judgment scenarios |
| SSwitchGroup(选项组组件) | SSwitchGroup switch group can contain more switch cases |
| SNumberInput(数字选择器) | A numeric input component that inherits from SCard, designed for inputting numerical values within a specified range. It allows adjustments through increment and decrement actions. |