JSPM

  • Created
  • Published
  • Downloads 49
  • Score
    100M100P100Q83083F
  • License BSL-1.0

A collection of high-quality React components styled with Tailwind CSS for building modern web interfaces.

Package Exports

  • @voluspalabs/ui

Readme

@voluspa/ui

A collection of high-quality React components styled with Tailwind CSS for building modern web interfaces.

Features

  • Modular Components: Easily import only what you need.
  • Tailwind Integration: Components are styled with Tailwind CSS for rapid UI development.
  • TypeScript Support: Written in TypeScript for type safety and enhanced developer experience.

Installation

Install the package via npm:

npm install @voluspa/ui

Or via Bun:

bun add @voluspa/ui

Usage

Import the component you need from the package. For example, to use the button component:

import { Button } from '@voluspa/ui/button';

function App() {
  return <Button>Click Me</Button>;
}

export default App;

Development

To work on this project locally, follow these steps:

  1. Clone the repo: git clone https://github.com/voluspa-labs/ui.git
  2. Install dependencies: bun install

For building the package, run: bun run build

The built files will be output to the dist directory as defined in package.json.

Tailwind CSS Configuration

For more details on configuring Tailwind CSS with this package, please refer to the Tailwind CSS docs.

License

This project is licensed under the BSL-1.0 License. See the LICENSE file for more details.