An open API service indexing awesome lists of open source software.

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

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'));

```