@primo/react
v1.1.0
Published
Primo React Components
Downloads
11
Readme
@primo/react
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.