Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@belleui/belle-radio
Advanced tools
npm install @belleui/belle-radio
<belle-radio-group selected="radio1">
<belle-radio value="radio1">Radio1</belle-radio>
<belle-radio value="radio2">Radio2</belle-radio>
<belle-radio value="radio3">Radio3</belle-radio>
</belle-radio-group>
Property | Attribute | Type | Description |
---|---|---|---|
selected | selected | boolean | 默认选中的值 |
Method | Type |
---|---|
handleChecked | (event: Event): void |
slotChange | (): void |
Event | Type | Description |
---|---|---|
on-change | CustomEvent<{ selected: string | undefined; }> | 单选框选中事件 |
Name | Description |
---|---|
radio item(defualt slot) |
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
checked | checked | boolean | false | 默认是否选中 |
disabled | disabled | boolean | false | 是否禁用 |
value | value | string | "" | 单选框的值 |
Method | Type |
---|---|
handleChange | (): void |
Event | Type |
---|---|
change | CustomEvent<{ checked: boolean; }> |
Name | Description |
---|---|
默认插槽,按钮文字或者其他html标签 |
FAQs
radio
The npm package @belleui/belle-radio receives a total of 4 weekly downloads. As such, @belleui/belle-radio popularity was classified as not popular.
We found that @belleui/belle-radio demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.