react-techs-logos
Version:
A list with logos company and techs
36 lines (25 loc) • 880 B
Markdown
with logos company and techs
<img alt="A list with logos company and techs screenshot" width="100%" src="https://raw.githubusercontent.com/criar-art/vue-techs-logos/main/public/screen-vue-techs-logos.png" />
Install
```bash
npm install --save react-techs-logos
```
Usage basic
```jsx
import ReactTechsLogs from 'react-techs-logos';
// list all logos
<ReactTechsLogos />
// single icon
<ReactTechsLogos name="javascript" />
// list limited logos
<ReactTechsLogos list={['vue','javascript', 'react', 'angular']} />
// list all logos with hiddenLogos
<ReactTechsLogos hiddenLogos={['vue','javascript', 'react', 'angular', 'android']} />
// Hidden label
<ReactTechsLogos name="javascript" hiddenLabel />
<ReactTechsLogos hiddenLabel />
// Raw
<ReactTechsLogos name="javascript" raw />
<ReactTechsLogos raw/>
```
A list