0.0.3 • Published 4 years ago

@playboy-dm/monroe-ui v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

A custom and React component library that powers Playboy's user interface design.

Links

Install

git clone git@github.com:playboyenterprises/monroe-ui.git
yarn install
yarn storybook

TypeScript

This repository uses typescript and exports the necessary types to be used in your project.

React

To use MonroeUI components in your application:

import React from 'react';
import { Button } from '@playboy-dm/monroe-ui';
...
return ( <Button size="small">Click Me</Button> );