UNPKG

react-adinkra

Version:

React Component for the adinkra library

12 lines (9 loc) 255 B
import React from "react"; class Adinkra extends React.Component { render() { return ( <span className={`icon icon-${this.props.name} ${this.props.className || ""}`} style={this.props.style || {}}></span> ) } } export default Adinkra;