hako-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

hako-ui

A collection of UI components built with utility-first CSS framework TailwindCSS

Getting Started

Hako UI can be used in any React project that uses TailwindCSS. If you don't have TailwindCSS installed in your project, you can follow the TailwindCSS installation guide to get started.

  1. Install the hako-ui package.
pnpm install hako-ui
  1. Add hako-ui as a TailwindCSS plugin and update the content inside the tailwind.config.js file:
module.exports = {
  // Other config options...

  content: [
    // Add hako-ui path
    './node_modules/hako-ui/**/*.js',
  ],
  plugins: [
    // Add hako-ui as plugin
    require('hako-ui/plugin'),
  ],
};

Package Sidebar

Install

npm i hako-ui

Weekly Downloads

53

Version

0.1.6

License

MIT

Unpacked Size

5.2 MB

Total Files

221

Last publish

Collaborators

  • tekminewe