1.1.0 • Published 1 year ago

@primo/react v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

@primo/react

NPM version

The Primo Design System components built with React

Getting started

To install @primo/react to your new or exsisting project, you will need to run the following command using npm:

npm install -S @primo/react

If you use Yarn, use the following command instead:

yarn add @primo/react

This package requires React in order to compile.

Usage

import { Button } from '@primo/react';

function HelloWorld() {
  return <Button>Example button</Button>;
}

Public Storybook

If you wish to see our react components live, and the most recent version and changes please visit here: @primo/react - Storybook

✍️ Feedback

Please ask any questions on this project, you can do so by creating a new issue. Or contributing to any active issues.

If you wish to get in contact, please don't hesitate via twitter @Rich_McCartney.

📝 Licence

Licensed under standard MIT license.