* thefink-asiw * orange-asiw * colorganize-with-react * Neue St * sm (Startmon) * spongebob (Meme generator) * html_bones * tumblify * skill-guide * lgk-icons * simon
npm install lgkThe pill menu can get embedded in products and applications to have a nice bar, so the user can quickly see the other LGK projects.
There are two ways to use it: With old-school vanilla HTML / CSS / JavaScript and with React.
``
`
Install this package:
``
npm install -S lgk
Use it:
`
import React from "react";
import { LgkPillComponent } from "lgk";
class App extends React.Component {
render() {
return (
export default App;
``