๐Ÿš€ Socket Launch Week ๐Ÿš€ Day 5: Introducing Socket Fix.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@opensea/next-ui-kit

Package Overview
Dependencies
Maintainers
9
Versions
955
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

2.0.4
npm
Version published
Weekly downloads
4.4K
-34.73%
Maintainers
9
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 25 Mar 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