Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

@newskit-themes/financial-news-london

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

@newskit-themes/financial-news-london

Use your favourite package manager to install @newskit-themes/financialnews-london.

unpublished
latest
unstable
npmnpm
Version
0.0.0-3133a6205
Version published
Maintainers
1
Created
Source

Package exporting Newskit compatible themes 🎨 for Financial News London

📦 Install

Use your favourite package manager to install @newskit-themes/financialnews-london.

npm install @newskit-themes/financialnews-london
yarn add @newskit-themes/financialnews-london

🔖 Current themes available:

NK-Dark.json
NK-Light.json

✍️ Usage

  import {newskitLightTheme} from 'newskit';
  import NKDark from '@newskit-themes/financialnews-london/NK-Dark.json'

  // compiling and merging it with a base theme
  export const financialNewsLondonTheme = createTheme({
    name: 'financial-news-london-theme',
    baseTheme: newskitLightTheme,
    overrides: NKDark,
  });

  ...
  
  < ThemeProvider theme={financialNewsLondonTheme}>
    < Container>{children}< /Container>
  < /ThemeProvider>

Keywords

themes

FAQs

Package last updated on 02 Feb 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