New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

@payfit/midnight

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

@payfit/midnight

React UI components library for the PayFit Design System

0.0.0-feat-primary-nav-state-design-update-2e19ab9d
unpublished
Source
npm
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
Β 
Created
Source

Midnight logo

The PayFit design system library

πŸ“„ Documentation

Explore storybook

🀝 Team

AvatarNameRole
Sylvie NguyenSylvie NguyenSenior Product Designer
Fiona GianquintoFiona GianquintoVisual Designer
Yann IsabelYann IsabelFrontend Software Engineer
Nicolas ToulemontNicolas ToulemontSoftware Engineer
Cyril LopezCyril Lopez (Soupette)Lead Front-End Engineer
Santiago ArangoSantiago ArangoSenior Software Engineer

πŸš€ Quickstart

To get started install the @payfit/midnight package:

yarn add @payfit/midnight @payfit/midnight-utils react react-dom styled-components @emotion/css @emotion/react

After installing Midnight, you can now use it this way:

import React from 'react'
import ReactDOM from 'react-dom'
import { Button, MidnightProvider } from '@payfit/midnight'

ReactDOM.render(
  <MidnightProvider locale="en-GB">
    <Button>I am using Midnight!</Button>
  </MidnightProvider>,
  document.getElementById('root'),
)

FAQs

Package last updated on 15 Sep 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