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

https://github.com/bentatum/verysimple

VerySimple UI Components
https://github.com/bentatum/verysimple

Last synced: 11 days ago
JSON representation

VerySimple UI Components

Awesome Lists containing this project

README

        

![Very Simple React](https://res.cloudinary.com/ben-tatum/image/upload/v1702917028/verysimple_bumpersticker.png)

# @verysimple/react

`@verysimple/react` is a component library for React that is simple, customizable, and accessible. It leverages the power of React and Tailwind CSS to provide a set of components that are easy to use and adapt to your needs.

## Installation

You can install this package using npm or yarn:

```bash
npm install @verysimple/react
# or
yarn add @verysimple/react
```

## Usage

Import and use components from this library like so:

```javascript
import { Button, Card } from "@verysimple/react";

export const MyPage = () => {
return (



Welcome!


Login


);
};
```