1.0.18 • Published 1 year ago
@opensea/next-themes v1.0.18
@opensea/next-themes
@opensea/next-themes provides a seamless integration of @opensea/ui-kit into a NextJS based project.
Getting started
Install
pnpm add @opensea/next-themesUsage
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.18
1 year ago
1.0.17
1 year ago
1.0.16
2 years ago
1.0.15-rc.1
2 years ago
1.0.15-rc.2
2 years ago
1.0.15
2 years ago
1.0.15-rc.0
2 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.7-rc1
3 years ago
1.0.7-rc0
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.68
3 years ago