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
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.