New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@northlight/ui

Package Overview
Dependencies
Maintainers
10
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@northlight/ui

Northlight UI library, based on Chakra-ui

npmnpm
Version
2.43.5
Version published
Maintainers
10
Created
Source

Northlight UI framework

This awesome collection of components, built upon Chakra, powers all of Mediatool's features.

Overview

Below you'll find an overview of each part of the library.

lib

In this folder you'll find components, hooks, utils and theme. This is the actual library and is what gets published to npm.

Contribute

Want to contribute? Awesome! Find what suits your use-case below and follow the steps.

I need to create a new component

  • Create a new folder under lib/components
  • Create a file inside of the folder and write your component
  • Export the component from an index file lib/components/my-new-component/index.ts
  • Export your folder in lib/components/index.ts

I need to create a new hook

  • Create a new folder under lib/hooks
  • Create a file inside of the folder and write your hook
  • Export the hook from an index file lib/hooks/my-new-hook/index.ts
  • Export your folder in lib/hooks/index.ts

FAQs

Package last updated on 16 Feb 2026

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