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.
- Host: GitHub
- URL: https://github.com/robincsl/ematix-component-library
- Owner: RobinCsl
- Created: 2017-12-05T15:46:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T15:47:53.000Z (over 8 years ago)
- Last Synced: 2025-02-01T06:45:35.336Z (over 1 year ago)
- Language: JavaScript
- Size: 405 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.