Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowballdigital/react-author
React component to display an author by email
https://github.com/snowballdigital/react-author
Last synced: about 2 months ago
JSON representation
React component to display an author by email
- Host: GitHub
- URL: https://github.com/snowballdigital/react-author
- Owner: snowballdigital
- Created: 2018-07-13T10:37:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:27:35.000Z (about 2 years ago)
- Last Synced: 2024-02-22T07:22:26.713Z (11 months ago)
- Language: JavaScript
- Size: 3.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
react-author
#Usage
```
import Author from 'react-author';```
```
import { authors } from 'react-author';
console.log(authors);
```