2.2.0 • Published 9 months ago
@automattic/components v2.2.0
Components
A library of React components designed for use in Automattic products.
Installation
Install the components and the color schemes they depend on.
npm i -S @automattic/components @automattic/calypso-color-schemes
Usage
// 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>
</>
);
Development Workflow
This package is developed as part of the Calypso monorepo. Run npm install
in the root of the repository to get the required devDependencies
.
Tests
npm run test-packages
npm run test-packages:watch
Using Storybook
npm run components:storybook:start
2.2.0
9 months ago
2.2.0-rc.2
9 months ago
2.2.0-rc.3
9 months ago
2.2.0-rc.1
9 months ago
2.2.0-rc.4
9 months ago
2.1.2-rc.1
9 months ago
2.1.1
1 year ago
2.1.0-beta-2
1 year ago
2.1.0-beta-1
1 year ago
2.1.0-beta-3
1 year ago
2.1.0
1 year ago
2.0.1
3 years ago
2.0.0
3 years ago
1.0.0-alpha.3
5 years ago
1.0.0-alpha.1
5 years ago
1.0.0-alpha.0
6 years ago