Programming Languages Logos Component for React
npm install react-pll> A React component for programming-languages-logos.
I currently use this package on languages.abrannhe.com
- Install
- Usage
- Props
- Related
- License
- Demo
- Demo source code
```
$ npm install react-pll
Other options?
###### ⚠️ DEPRECATED
``
$ npm install @programming-languages-logos/react
Using Github Registry?
``
$ npm install abranhe@react-pll
`js
import React from 'react';
import Pll from 'react-pll'
export default () => {
return(
height={30}
language="python"
/>
);
};
`
A cheatsheet of all available props.
| Prop | Type | Default | Description|
| :------- | :--------- | :------ | :---------- |
| language | string | cpp | The programming language logo|any
| fallback | | null | Optional fallback tha renders if the given language doesn't exist|
You can also add the images props.
###### Example:
`js``
- programming-languages-logos: High Resolution Programming Languages Logos.
MIT © Carlos Abraham