1.0.16 • Published 23 days ago

@opensea/next-themes v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
23 days ago

@opensea/next-themes

npm version

@opensea/next-themes provides a seamless integration of @opensea/ui-kit into a NextJS based project.

Getting started

Install

pnpm add @opensea/next-themes

Usage

import { ThemeProvider, ThemeVariant } from "@opensea/next-themes"

type Props = {
    theme?: ThemeVariant // you might need this if you want to override theme in tests/storybook
    children: React.ReactNode
}

const AppProviders = ({ theme }: Props) => {
  return <ThemeProvider theme={theme}>{children}</ThemeProvider>
}
1.0.16

23 days ago

1.0.15-rc.1

30 days ago

1.0.15-rc.2

30 days ago

1.0.15

30 days ago

1.0.15-rc.0

1 month ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

7 months ago

1.0.7-rc1

7 months ago

1.0.7-rc0

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.0.68

7 months ago