Library of shared components of BeyondLabs.
npm install beyondstyleLibrary of shared components of BeyondLabs.
 !Publish NPM Package
``bash`
npm install --save beyondstyle
Add EYInterstate font files in the public folder.
``
- public
- fonts
- ey-interstate
...files
`jsx
import React from 'react'
import { PirateButton } from 'beyondstyle';
const MyApp = () => {
return (
);
};
export default MyApp;
``