Lonely Planet's Components
npm install backpack-ui

Every adventurer needs a set of tools to take along the way! Backpack is the Lonely Planet toolset that we use to build front end
apps.
Backpack-ui is a legacy project, now in maintenance mode. In most cases, you should choose a different library.
``shell`
npm install backpack-ui --save
`js`
import Button from "backpack-ui/dist/components/button";
`shell`
npm run storybook
Open http://localhost:6006/ in your favorite web browser.
Then import your component(s) into stories/index.jsx and render them like so:
`js`
storiesOf("Some component name", module)
.add("Default", () =>
.add("Some variation", () =>
- Don't do import foo from "lodash";`. Makes the bundles asplode.
Please read the guidelines for contributing before making a pull request.