New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backpack-ui

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backpack-ui

Lonely Planet's Components

  • 5.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
50
decreased by-27.54%
Maintainers
1
Weekly downloads
 
Created
Source

Conventional Commits

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.

Project status

Backpack-ui is a legacy project, now in maintenance mode. In most cases, you should choose a different library.

Installation

npm install backpack-ui --save

Usage

import Button from "backpack-ui/dist/components/button";

Develop components with Storybook

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:

storiesOf("Some component name", module)
  .add("Default", () => <ComponentName />)
  .add("Some variation", () => <ComponentName prop="value" />);

Notes

  • Don't do import foo from "lodash";. Makes the bundles asplode.

Contributing

Please read the guidelines for contributing before making a pull request.

FAQs

Package last updated on 15 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc