https://github.com/simonguo/react-logos
A collection of SVG logos of React.js
https://github.com/simonguo/react-logos
Last synced: over 1 year ago
JSON representation
A collection of SVG logos of React.js
- Host: GitHub
- URL: https://github.com/simonguo/react-logos
- Owner: simonguo
- License: cc0-1.0
- Created: 2016-09-16T16:22:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T16:15:33.000Z (about 9 years ago)
- Last Synced: 2024-04-14T07:26:42.122Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://guoxiaoming.com/react-logos/
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#react-logos
## Example
```js
import React from 'react';
import { render } from 'react-dom';
import { Hypers, GuruDigital } from 'react-logos';
render((
Hypers
Guru Digital
), document.getElementById('mount'));
```