beyondstyle

1.2.1 • Public • Published

BeyondStyle

Library of shared components of BeyondLabs.

NPM Publish NPM Package

Install

npm install --save beyondstyle

Font

Add EYInterstate font files in the public folder.

- public
 - fonts
  - ey-interstate
    ...files

Usage

import React from 'react'
import { PirateButton } from 'beyondstyle';
 
const MyApp = () => {
  return (
    <PirateButton />
  );
};
 
export default MyApp;

Readme

Keywords

Package Sidebar

Install

npm i beyondstyle

Weekly Downloads

0

Version

1.2.1

License

ISC

Unpacked Size

446 kB

Total Files

6

Last publish

Collaborators

  • michelpf_ey
  • eduardobasso