UNPKG

meistericons-react

Version:
25 lines (17 loc) 327 B
# @meistericons/react ## Installtion ### CDN ```bash <link rel="https://unpkg.com/@meistericons/react@latest"> ``` ### npm ```npm npm install @meistericons/react --save-dev ``` ## Usage ```js import {Airpods} from '@meistericons/react' export default function App() { return <Airpods/> } ```