
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
uxcore-tabs
Advanced tools
--
tab ui component for react
$ git clone https://github.com/uxcore/uxcore-tabs
$ cd uxcore-tabs
$ npm install
$ gulp server
var Tabs = require('uxcore-tabs');
var TabPane = Tabs.TabPane;
var callback = function(key){
}
React.render(
(
<Tabs defaultActiveKey="2" onChange={callback}>
<TabPane tab='tab 1' key="1">first</TabPane>
<TabPane tab='tab 2' key="2">second</TabPane>
<TabPane tab='tab 3' key="3">third</TabPane>
</Tabs>
),
document.getElementById('demo'));
见 http://uxcore.github.io/uxcore/components/tabs/
name | type | default | description |
---|---|---|---|
activeKey | String | current active tabPanel's key | |
defaultActiveKey | String | first active tabPanel's key | initial active tabPanel's key if activeKey is absent |
onChange | Function | (key) | called when tabPanel is changed |
onTabClick | Function | (key) | called when tab is clicked |
destroyInactiveTabPane | Boolean | false | whether destroy inactive tabpane when change tab |
type | string | large | large small filter brick open |
animated | boolean | true | whether have animation effect when switch tab |
tabBarPosition | string | top | top bottom left right |
extraContent | ReactNode | null | the extra content on tab bar |
tabBarStyle | object | {} | TabBar's style |
tabContentStyle | object | {} | TabContent's style |
name | type | default | description |
---|---|---|---|
key | Object | corresponding to activeKey | |
tab | String | current tab's title corresponding to current tabPane |
FAQs
easy tab component based on react
The npm package uxcore-tabs receives a total of 15 weekly downloads. As such, uxcore-tabs popularity was classified as not popular.
We found that uxcore-tabs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.