7.4.1 • Published 1 year ago

@transferwise/marketing-components v7.4.1

Weekly downloads
91
License
Apache-2.0
Repository
github
Last release
1 year ago

CircleCI NPM

Marketing React Components

Marketing Components is built by and used at Wise. Marketing provides a way to build high quality, consistent user experiences on the web with ease.

This is the Marketing React component library. It uses Neptune CSS.

Usage

Marketing Components are published to npm as @transferwise/marketing-components.

Install @transferwise/marketing-components and its peer dependencies.

# yarn
yarn add @transferwise/marketing-components react react-dom prop-types

# npm
npm install @transferwise/marketing-components react react-dom prop-types
// This line only needs to be imported once in your application
import '@transferwise/neptune-css/dist/css/neptune.css';

import { Button } from '@transferwise/marketing-components';

export default function Hello() {
  return (
    <Button size={Button.Size.SMALL} block={true}>
      Hello Marketing Components
    </Button>
  );
}

Documentation

Visit the docs for information on getting started, usage information and examples for each component.

Contributing

We love contribution! 🙏 Read the guide to get started.

7.4.0

2 years ago

7.4.1

1 year ago

7.0.0

2 years ago

7.2.0

2 years ago

6.1.0

2 years ago

6.0.0

2 years ago

5.1.2

2 years ago

5.1.1

2 years ago

5.0.0

3 years ago

3.0.2

3 years ago

4.0.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.7.0

3 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.4.2

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.0

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.12.2

4 years ago

1.12.1

4 years ago

1.12.0

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.9.0

4 years ago

1.10.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago