Socket
Socket
Sign inDemoInstall

@opensea/next-ui-kit

Package Overview
Dependencies
0
Maintainers
7
Versions
48
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
1.7K
increased by116.13%
Maintainers
7
Created
Weekly downloads
 

Readme

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

Last updated on 29 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc