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

https://github.com/robincsl/ematix-component-library

This is a public library of React components developed and used by Ematix.
https://github.com/robincsl/ematix-component-library

Last synced: over 1 year ago
JSON representation

This is a public library of React components developed and used by Ematix.

Awesome Lists containing this project

README

          

# ematix-component-library

https://github.com/ematix/ematix-component-library

## Installation

https://www.npmjs.com/package/@ematix/ematix-component-library

Ematix Component Library can be installed or added via npm or yarn.

npm

```bash
npm install @ematix/ematix-component-library
```

yarn

```bash
yarn add @ematix/ematix-component-library
```

## Usage

```javascript
import React from "react";
import { Button } from "@ematix/ematix-component-library";

const App = () => (


Click Me!

);

export default App;
```

Copyright (c) 2017 Joshua Crass @ Ematix.