You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@opensea/next-ui-kit

Package Overview
Dependencies
Maintainers
10
Versions
1021
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensea/next-ui-kit

NextJS bindings for OpenSea's Design System implementation in React

3.0.149
npmnpm
Version published
Weekly downloads
30
-98.76%
Maintainers
10
Weekly downloads
 
Created
Source

@opensea/next-ui-kit

npm version

@opensea/next-ui-kit implements Next.js bindings for @opensea/ui-kit. In practice that means that it uses components like next/link instead of a native a link to implement navigation.

Getting started

Install

pnpm add @opensea/next-ui-kit

Usage

import { Item } from "@opensea/next-ui-kit"

export const Component = () => {
  return (
    <Item href="/my-super-page">
      <Item.Content>
        <Item.Title>Hello Next.js</Item.Title>
      </Item.Content>
    </Item>
  )
}

FAQs

Package last updated on 14 Jul 2025

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