You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@ngxtw/css

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ngxtw/css

@ngxtw/ui components stylesheet built with tailwindcss

latest
Source
npmnpm
Version
4.0.0-beta.1
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source
ngxtw

NGXTW

@ngxtw/ui components stylesheet
built with tailwindcss

Usage

The stylesheet is available in two ways.

From CDN

Add one of the following <link> to your html file.

# Unminified stylesheet
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ngxtw/css@latest/styles.css">

# Minified stylesheet
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ngxtw/css@latest/styles.min.css">

From npm registry

install the package

# with npm
npm install @ngxtw/css

# with yarn
yarn add @ngxtw/css

# with pnpm
pnpm add @ngxtw/css

Then, import the stylesheet in your css file

@import '@ngxtw/css';

Note

Import the stylesheet in your main html/css file to avoid unnecessary duplication.

License

MIT

Keywords

angular

FAQs

Package last updated on 11 Jan 2025

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