🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ticketmaster/payments-b2c-gds

Package Overview
Dependencies
Maintainers
34
Versions
5
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

@ticketmaster/payments-b2c-gds

Extended Tailwind CSS with GDS styles, colours and reusable classes.

latest
npmnpm
Version
1.0.4
Version published
Maintainers
34
Created
Source

Payments B2C GDS

Extended Tailwind CSS with GDS styles, colours and reusable classes.

Install

Install payments-b2c-gds package from npm.

pnpm add @ticketmaster/payments-b2c-gds

How to use

import "@ticketmaster/payments-b2c-gds"

Update tailwind.config.js

/** @type {import('tailwindcss').Config} */
import { defaultTheme } from '@ticketmaster/payments-b2c-gds/theme'

module.exports = {
  content: ['./src/**/*.{js,ts,jsx,tsx}'],
  theme: defaultTheme,
  plugins: []
}

Use gds custom styles

import { defaultTheme } "@ticketmaster/payments-b2c-gds/theme"

const customBlue600 = defaultTheme.extend.colors.blue[600]

Make sure Tailwind is installed in your project.

Keywords

Ticketmaster

FAQs

Package last updated on 12 Apr 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