Socket
Book a DemoInstallSign in
Socket

@treelab/panda

Package Overview
Dependencies
Maintainers
12
Versions
529
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@treelab/panda

Panda is a Treelab Component Library.

latest
npmnpm
Version
4.10.8
Version published
Weekly downloads
263
11.91%
Maintainers
12
Weekly downloads
 
Created
Source

Panda - Treelab Panda Web Components

action npm version

Panda is a Treelab Component Library.

Development

Setup

  • Clone repository.
  • Run yarn install to install all dependencies.
  • Run yarn storybook to start local storybook server and start working on components.

Linking treelab-panda-v3 directly from treelab-client

First build panda

  • cd path/to/treelab-panda-v3
  • yarn build

Then link panda into treelab-client

  • cd path/to/treelab-panda-v3
  • yarn link
  • cd path/to/treelab-client
  • yarn link @treelab/panda

Restart treelab-client in order for the linked panda package to be properly included in the build.

Testing

Currently we don't do any automated/unit testing.

Publishing

All published versions can be found on npmjs.com

Latest code can be built and published as an npm package using the Create new release and publish to npm GitHub action. Please carefully choose a semantic version when executing Run workflow such that it is higher than the previous version published.

FAQs

Package last updated on 09 Mar 2023

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