
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@testlio/panthera
Advanced tools
*With Testlio 3.0 we developed a scalable design system called Panthera. The name Panthera came from the Lion theme at Testlio. Lion has a scientific name “Panthera leo” and it belongs to a group of cats called Panthera which is a genus within the family
With Testlio 3.0 we developed a scalable design system called Panthera. The name Panthera came from the Lion theme at Testlio. Lion has a scientific name “Panthera leo” and it belongs to a group of cats called Panthera which is a genus within the family of Felidae. It aligns well as a Design System is the single source of truth which groups all the elements that will allow the teams to design, realize and develop a product.
To use the library in your application, npm install @testlio/panthera.
Import components with eg. import { Button, Card } from '@testlio/panthera';
Import component-specific types with import { TTableSortDirection } from 'panthera/primitives/Table';
Develop locally by running styleguide. There are two options:
npm run styleguidedocker-compose up -d panthera in Compose folder. Styleguidist is served on port 6060 -> http://local.testlio:6060/.npm install @testlio/panthera on the receiving endnpm pack in Pantheranode_modules/@testlio/panthera foldernode_modules/@testlio/panthera folder with the contents of the new package foldernpm packnpm version patch | minor | major, depending on the scope of changes since the last publish (bugfixes | new features | breaking changes). npm version prerelease --preid=YOUR_FEATURE_HERE if you'd like to publish a package for testing in staging.git push --follow-tagsapprove publish npm package task once availableIf the component needs to be deprecated please do the following:
/**
* @deprecated Please use NewComponentName component instead.
*/
const ComponentName = () => {
...
}
***Component is deprecated, please use [NewComponentName](#newcomponentname) component instead!***
FAQs
*With Testlio 3.0 we developed a scalable design system called Panthera. The name Panthera came from the Lion theme at Testlio. Lion has a scientific name “Panthera leo” and it belongs to a group of cats called Panthera which is a genus within the family
The npm package @testlio/panthera receives a total of 1,899 weekly downloads. As such, @testlio/panthera popularity was classified as popular.
We found that @testlio/panthera demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 22 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.