0.1.2 • Published 5 years ago
react-keycap v0.1.2
react-keycap ·

React rapid development component library
Installation
npm install react-keycap
Documentation
You can find the react-keycap documentation on the website.
Examples
import React from "react";
import Avatar from "react-keycap";
export default class main extends React.Component {
render() {
return <Avatar path={"$path"} width={"100px"} height={"100px"} />;
}
}