New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

testio-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testio-tailwind

Tailwind based design system for Test IO

latest
npmnpm
Version
3.27.1
Version published
Weekly downloads
91
89.58%
Maintainers
1
Weekly downloads
 
Created
Source

Test IO TailWind Design System

CircleCI

--- (Live deployment)

Development

Requirements

  • Node.js
  • NPM (comes with Node.js)

Install dependencies

npm i

Working locally

Starts watch tasks to compile when changes detected

npm start

Creating a production build

Minify HTML, compress JS, inline and minify CSS.

npm run build

Publishing to registry

  • Make sure to update the version number in package.json file for every pull request
  • CircleCI will take care of publishing to npm and also adding a tag when the commits are merged to master
  • CircleCI will publish it only if the package version has been increased

Integration of the design system into your app

  • Import app.css to get all relevant modules and files.
  • Run TailWindCSS V4 to compile everything.

FAQs

Package last updated on 17 Feb 2026

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