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
- Host: GitHub
- URL: https://github.com/prosazhin/pbcomponents
- Owner: prosazhin
- License: mit
- Created: 2021-10-03T15:35:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-17T12:03:16.000Z (about 1 year ago)
- Last Synced: 2025-08-28T17:07:19.351Z (10 months ago)
- Topics: components, components-library, design, design-tool, eslint, library, prettier, react, tailwindcss, tool, typescript, ui, ui-components, uikit, vite, vue
- Language: TypeScript
- Homepage: https://react-pbcomponents.vercel.app
- Size: 2.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
>
);
```