Socket
Socket
Sign inDemoInstall

geist

Package Overview
Dependencies
Maintainers
8
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geist

Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio.


Version published
Weekly downloads
123K
increased by3.6%
Maintainers
8
Weekly downloads
 
Created

What is geist?

The geist npm package is a React component library that provides a set of high-quality, customizable UI components. It is designed to help developers build modern, responsive web applications with ease.

What are geist's main functionalities?

Button

The Button component allows you to create various types of buttons with different styles and states. The example shows a success button.

<Button type='success'>Success</Button>

Modal

The Modal component is used to create dialog boxes or pop-ups. The example demonstrates a simple modal with a title and content.

<Modal visible={true}><Modal.Title>Title</Modal.Title><Modal.Content>Content</Modal.Content></Modal>

Input

The Input component provides a way to create text input fields. The example shows a basic input field with a placeholder.

<Input placeholder='Enter text' />

Card

The Card component is used to display content in a card layout. The example shows a simple card with content.

<Card><Card.Content>Card Content</Card.Content></Card>

Other packages similar to geist

Keywords

FAQs

Package last updated on 08 Jul 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc