Socket
Socket
Sign inDemoInstall

@transferwise/marketing-components

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transferwise/marketing-components

TransferWise marketing components


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 04 Jan 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc