Huge News!Announcing our $40M Series B led by Abstract Ventures.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

@payfit/midnight

React UI components library for the PayFit Design System

  • 2.31.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

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 09 Apr 2024

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