1.1.2 • Published 5 years ago
a11ywatch-social-icons v1.1.2
a11y-watch-social-icons
Social media icons used in the a11ywatch website using react and material ui
- github
- spectrum
Usage
import {GithubBadge} from 'a11y-watch-social-icons`
function App(){
return (
<GithubBadge />
);
}
Available Props for Icons
prop | default | type | description |
---|---|---|---|
href | '' | string | Optional: Link to media |
style | {} | object | Optional: anchor styles |
fill | #959da5 | string | Optional: svg color |
title | '' | string | Optional: tooltip title |
Extra
Currently all links and titles are set to a11ywatch's website. Pass in the props above to adjust accordingly.