# mareana-ui

> This is a custom component library built on top of [shadcn/ui](https://github.com/shadcn/ui) and Tailwind CSS, providing a set of reusable UI components for your web applications.

Latest version **0.0.0** (published 2024-05-16) · 0 weekly downloads

## Install

```sh
npm install mareana-ui
pnpm add mareana-ui
yarn add mareana-ui
bun add mareana-ui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2024-05-16 |
| First published | 2024-05-16 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 25 |
| Unpacked size | 5.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | questowls |

## Links

- npm: https://www.npmjs.com/package/mareana-ui
- npm.io page: https://npm.io/package/mareana-ui

## Dependencies (25)

- [clsx](https://npm.io/package/clsx.md) ^2.1.0
- [react](https://npm.io/package/react.md) ^18.2.0
- [date-fns](https://npm.io/package/date-fns.md) ^3.6.0
- [input-otp](https://npm.io/package/input-otp.md) ^1.2.4
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0
- [lucide-react](https://npm.io/package/lucide-react.md) ^0.372.0
- [tailwind-merge](https://npm.io/package/tailwind-merge.md) ^2.3.0
- [react-day-picker](https://npm.io/package/react-day-picker.md) ^8.10.1
- [tailwindcss-animate](https://npm.io/package/tailwindcss-animate.md) ^1.0.7
- [vite-tsconfig-paths](https://npm.io/package/vite-tsconfig-paths.md) ^4.3.2
- [@radix-ui/react-slot](https://npm.io/package/@radix-ui/react-slot.md) ^1.0.2
- [@radix-ui/react-icons](https://npm.io/package/@radix-ui/react-icons.md) ^1.3.0
- [@radix-ui/react-toast](https://npm.io/package/@radix-ui/react-toast.md) ^1.1.5
- [@radix-ui/react-avatar](https://npm.io/package/@radix-ui/react-avatar.md) ^1.0.4
- [@radix-ui/react-dialog](https://npm.io/package/@radix-ui/react-dialog.md) ^1.0.5
- [@radix-ui/react-select](https://npm.io/package/@radix-ui/react-select.md) ^2.0.0
- [@radix-ui/react-toggle](https://npm.io/package/@radix-ui/react-toggle.md) ^1.0.3
- [@radix-ui/react-popover](https://npm.io/package/@radix-ui/react-popover.md) ^1.0.7
- [@radix-ui/react-tooltip](https://npm.io/package/@radix-ui/react-tooltip.md) ^1.0.7
- [@radix-ui/react-checkbox](https://npm.io/package/@radix-ui/react-checkbox.md) ^1.0.4
- [class-variance-authority](https://npm.io/package/class-variance-authority.md) ^0.7.0
- [@radix-ui/react-accordion](https://npm.io/package/@radix-ui/react-accordion.md) ^1.1.2
- [@storybook/addon-centered](https://npm.io/package/@storybook/addon-centered.md) ^5.3.21
- [@radix-ui/react-toggle-group](https://npm.io/package/@radix-ui/react-toggle-group.md) ^1.0.4
- [@radix-ui/react-dropdown-menu](https://npm.io/package/@radix-ui/react-dropdown-menu.md) ^2.0.6

## Recent versions

- 0.0.0 (latest) — 2024-05-16

## README

# Custom Component Library

This is a custom component library built on top of [shadcn/ui](https://github.com/shadcn/ui) and Tailwind CSS, providing a set of reusable UI components for your web applications.

## Installation

To install the package, run the following command:

```
npm install @your-company/custom-components
```

## Usage

To use a component from the library, import it into your React component:

```jsx
import { Button } from '@your-company/custom-components';

const MyComponent = () => {
  return (
    <div>
      <Button variant="primary">Click me</Button>
    </div>
  );
};
```

## Components

The library provides the following components:

- `Button`: A customizable button component with different variants and styles.
- `Card`: A versatile card component for displaying content.
- `Modal`: A modal component for displaying modals and overlays.
- `Dropdown`: A dropdown menu component.
- `Tooltip`: A tooltip component for displaying additional information.
- ...

Each component has its own set of props and customization options. Refer to the [component documentation](link-to-component-docs) for more details.

## Theming

The component library supports theming through Tailwind CSS. You can customize the styles by overriding the default Tailwind configuration in your project. Refer to the [theming documentation](link-to-theming-docs) for more information.

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).

---
_Source: https://npm.io/package/mareana-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
