@knotel/cinderblock

2.3.2 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.3.2
    0
    • latest

Version History

Package Sidebar

Install

npm i @knotel/cinderblock

Weekly Downloads

0

Version

2.3.2

License

MIT

Unpacked Size

237 kB

Total Files

72

Last publish

Collaborators

  • calebfaruki
  • lukechastain
  • jiverson-knotel