https://github.com/eng618/eng-react
A personal react component library based on create-react-library
https://github.com/eng618/eng-react
Last synced: 20 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T18:07:09.000Z (about 2 years ago)
- Last Synced: 2025-10-08T20:09:22.704Z (20 days ago)
- Language: JavaScript
- Homepage: http://garciaericn.com/eng-react/
- Size: 5.56 MB
- Stars: 0
- Watchers: 1
- 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

[](https://www.npmjs.com/package/eng-react)
[](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)