npm i loft-ui --save
or
yarn add loft-ui
import { Button } from 'loft-ui' const App = () => ( <Button variant="line">Click me</Button> );