Security News
Python Overtakes JavaScript as Top Programming Language on GitHub
Python becomes GitHub's top language in 2024, driven by AI and data science projects, while AI-powered security tools are gaining adoption.
figma-ui-components
Advanced tools
An unofficial set of Figma UI components for creating plugins and other purposes. Based on Tom Lowry's Figma UI JS/CSS files.
Install it with yarn:
yarn add figma-ui-components
Or with npm:
npm i figma-ui-components --save
import * as React from 'react'
import {TypographyStyles, BaseStyles} from "figma-ui-components"
const App = () => {
return <>
<BaseStyles />
<TypographyStyles />
...
</>
};
import * as React from 'react'
import {PrimaryButton, SecondaryButton} from "figma-ui-components"
export const Component = () => {
return <>
<PrimaryButton onClick={...}>Create</PrimaryButton>
<SecondaryButton onClick={...}>Cancel</SecondaryButton>
</>
};
FAQs
Unofficial set of Figma UI components
We found that figma-ui-components 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
Python becomes GitHub's top language in 2024, driven by AI and data science projects, while AI-powered security tools are gaining adoption.
Security News
Dutch National Police and FBI dismantle Redline and Meta infostealer malware-as-a-service operations in Operation Magnus, seizing servers and source code.
Research
Security News
Socket is tracking a new trend where malicious actors are now exploiting the popularity of LLM research to spread malware through seemingly useful open source packages.