
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@automattic/components
Advanced tools
A library of React components designed for use in Automattic products.
Install the components and the color schemes they depend on.
yarn add @automattic/components @automattic/calypso-color-schemes
// import the color variables - you only need to do this once in your entire application
import '@automattic/calypso-color-schemes';
// import the component you wish to use
import { Button } from '@automattic/components';
const CallToAction = () => (
<>
<Button primary onClick={ () => alert( 'Thank you for taking action!' ) }>
Take action now!
</Button>
</>
);
Some components require CSS styles from @wordpress/components, which you will need to load in order for them to appear correctly. Within WordPress, add the wp-components stylesheet as a dependency of your plugin's stylesheet. See wp_enqueue_style documentation for how to specify dependencies.
In non-WordPress projects, import the build-style/style.css file directly, located at node_modules/@wordpress/components/build-style/style.css.
This package is developed as part of the Calypso monorepo. Run yarn
in the root of the repository to get the required devDependencies.
yarn run test-packages
yarn run test-packages:watch
To see stories within this package, run yarn workspace @automattic/components run storybook:start.
FAQs
Automattic Components.
We found that @automattic/components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 52 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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.