An open API service indexing awesome lists of open source software.

https://github.com/prosazhin/pbcomponents

UI component library for React and Vue with Typescript and Tailwind
https://github.com/prosazhin/pbcomponents

components components-library design design-tool eslint library prettier react tailwindcss tool typescript ui ui-components uikit vite vue

Last synced: 6 months ago
JSON representation

UI component library for React and Vue with Typescript and Tailwind

Awesome Lists containing this project

README

          

# pbcomponents

[Figma community](https://www.figma.com/community/file/1214486013859546496/pbcomponents) | [Behance](https://www.behance.net/gallery/206064847/pbcomponents)

## prosazhin basic components

UI component library for React with Typescript and Tailwind.

## Installation & Usage

### React

[Preview](https://pbcomponents-react.vercel.app/?path=/docs/intro--docs) | [GitHub](https://github.com/prosazhin/pbcomponents/tree/main/packages/%40pbcomponents-react) | [NPM](https://www.npmjs.com/package/@pbcomponents/react)

```bash
npm install @pbcomponents/react
```

```javascript
import { Button } from '@pbcomponents/react';

const Page = () => (
<>
{}}>
Button

>
);
```