@windui/react
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@windui/react

Developed with ❤️ by Swôth & clqu

npm npm

Installation

This package needs TailwindCSS to work properly.

npm i --save @windui/react

TailwindCSS Config

/** @type {import('tailwindcss').Config} */ 
module.exports = {
  content: [
    "./node_modules/@windui/react/**/*.js",
    // others...
  ]
}

Provider

import { Provider } from '@windui/react';
import type { AppProps } from 'next/app';
import '../styles/globals.css';

export default function App({ Component, pageProps }: AppProps) {
    return (
        <Provider>
            <Component {...pageProps} />
        </Provider>
    );
};

Components

Drawer, Checkbox, Input, Modal, Provider, Skeleton, Spinner, Panel, Panels, Tab, Tabs, TabsGroup, Step, Wizard

Hooks

useToast()


@windui/react is licensed under the MIT License.

Package Sidebar

Install

npm i @windui/react

Weekly Downloads

6

Version

1.0.1

License

MIT

Unpacked Size

144 kB

Total Files

4

Last publish

Collaborators

  • swoth