1.3.8 • Published 5 days ago

@pl-pluto/ui v1.3.8

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

@pl-pluto/ui cover

@pl-pluto/ui

Install

yarn add @pl-pluto/ui

Setup

  • Import the css file in the root of your application
  • Use your theme class with a theming library
import '@pl-pluto/ui/dist/index.css';
import { themeClasses } from '@pl-pluto/ui';
import { ThemeProvider } from 'next-themes';

export default function MyApp({ Component, pageProps }) {
  return (
    <ThemeProvider attribute="class" value={themeClasses}>
      {Component}
    </ThemeProvider>
  );
}

Component documentation

Component documentation