Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eng618/eng-react
A personal react component library based on create-react-library
https://github.com/eng618/eng-react
Last synced: 22 days ago
JSON representation
A personal react component library based on create-react-library
- Host: GitHub
- URL: https://github.com/eng618/eng-react
- Owner: eng618
- Created: 2019-11-07T18:41:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T18:07:09.000Z (about 1 year ago)
- Last Synced: 2024-10-11T13:15:19.114Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://garciaericn.com/eng-react/
- Size: 5.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Security: SECURITY.md
Awesome Lists containing this project
README
# eng-react
> A personal react component library
![CI](https://github.com/ENG618/eng-react/workflows/CI/badge.svg)
[![NPM](https://img.shields.io/npm/v/eng-react.svg)](https://www.npmjs.com/package/eng-react)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)## Install
```bash
npm install --save eng-react
```## Usage
```tsx
import * as React from 'react';import MyComponent from 'eng-react';
class Example extends React.Component {
render() {
return ;
}
}
```## License
MIT © [eng618](https://github.com/eng618)