Safari UI is a minimalistic and lightweight component library built with Tailwind CSS for ReactJS and Next.js applications. It provides a set of reusable, fully customizable UI components designed to work seamlessly with Tailwind's utility-first approach. Whether you're building a personal project or a production-grade application, Safari UI gives you the flexibility to quickly create modern, responsive UIs with minimal overhead.
First, install the package:
npm install safari-ui
# or
yarn add safari-ui
# or
pnpm add safari-ui
Then, import and use components in your project:
import { Button, Card } from 'safari-ui'
Visit our documentation to learn more about:
We welcome contributions! Please see our contributing guide for details.
MIT © [Your Name/Organization]