Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eylatamsouth/beyondstyle

Library of shared components of BeyondLabs
https://github.com/eylatamsouth/beyondstyle

design-system react

Last synced: 26 days ago
JSON representation

Library of shared components of BeyondLabs

Awesome Lists containing this project

README

        

# BeyondStyle

Library of shared components of BeyondLabs.

[![NPM](https://img.shields.io/npm/v/beyondstyle.svg)](https://www.npmjs.com/package/beyondstyle) ![Publish NPM Package](https://github.com/EYLatamSouth/beyondstyle/workflows/Publish%20NPM%20Package/badge.svg)

## Install

```bash
npm install --save beyondstyle
```

## Font

Add EYInterstate font files in the public folder.
```
- public
- fonts
- ey-interstate
...files
```

## Usage

```jsx
import React from 'react'
import { PirateButton } from 'beyondstyle';

const MyApp = () => {
return (

);
};

export default MyApp;
```