1.2.1 • Published 4 years ago

beyondstyle v1.2.1

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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;
1.2.0

4 years ago

1.2.1

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago