Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@knotel/cinderblock

Package Overview
Dependencies
Maintainers
10
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knotel/cinderblock

Knotel branding approved UI components and assets for use alongside of the Priceline Design System.

  • 2.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-50%
Maintainers
10
Weekly downloads
 
Created
Source

Knotel Cinderblock

Knotel branding approved UI components and assets for use alongside of the Priceline Design System.

Installation

$ yarn add cinderblock

Usage

Pass the theme object from cinderblock to the <ThemeProvider /> component from pcln-design-system and Knotel styling will be applied to all of the pcln-design-system child components.

import React from 'react'
import { theme } from 'cinderblock'
import { ThemeProvider } from 'pcln-design-system'

const App = () => (
  <ThemeProvider theme={theme}>
    <Page />
  </ThemeProvider>
)

Assets

The assets directory is not included as part of the package build, but it can be a useful place to store commonly used branding assets such as favicons and logos.

FAQs

Package last updated on 05 Oct 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc