Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eylatamsouth/beyondstyle
- Owner: EYLatamSouth
- Created: 2020-07-21T18:07:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T20:06:29.000Z (about 4 years ago)
- Last Synced: 2024-12-05T16:41:49.781Z (about 1 month ago)
- Topics: design-system, react
- Language: JavaScript
- Homepage: http://style.beyondlabs.dev
- Size: 6.3 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
```