Get custom logos for your software development skills.
Consult the site for more details here.
npm i react-logos-code-skills
- Import the plugin in your project like this :
import Skill from "react-logos-code-skills";
- In the return :
<Skill name={`EXAMPLE`} parameter={skillParameter} />
Some logos are already provided like HTML, CSS, JS and more, please check the site ! For example change EXAMPLE to HTML.
- Put this into your file :
const skillParameter = {
"backgroundColor": "#000000",
"borderRadius": 15,
"color": "#FFFFFF",
"height": "80px",
"width": "80px"
}
Go here to see more about customization.
MIT © sebastien-d-me