
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
@deca-ui/react
Advanced tools
DecaUI is production-ready themable component library built with StitchesJS.
DecaUI provides a set of accessible and customizable React components that make it make it easy to quickly prototype and develop stunning websites.
npm install @deca-ui/react
Here is a simple example of a basic app using DecaUI's Button
component
import { Button } from '@deca-ui/react';
function App() {
return <Button variant="solid">Hello World</Button>;
}
With DecaUI, developers can use the centralized theming system anywhere within their application with shorthand names for css properties.
<Box
sx={{
marginRight: '2rem',
marginLeft: '2rem',
marginTop: '2rem',
marginBottom: '2rem',
}}
>
<Input placeholder="Email Address" />
<Input placeholder="Password" />
<Button
sx={{
width: '100%',
}}
>
Create Account
</Button>
</Box>
<Box css={{ m: 'md' }}>
<Input placeholder="Email Address" />
<Input placeholder="Password" />
<Button maxWidth>Create Account</Button>
</Box>
The main problem with other UI libraries is that it's confusing to create consistant webpage layouts with them. DecaUI allows developers to utilize a root theme object which serves properties following the System UI specification.
FAQs
DecaUI is production-ready themable component library built with StitchesJS.
The npm package @deca-ui/react receives a total of 0 weekly downloads. As such, @deca-ui/react popularity was classified as not popular.
We found that @deca-ui/react 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.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.