8.1.5 • Published 10 months ago

@verysimple/react v8.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Very Simple React

@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:

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

Usage

Import and use components from this library like so:

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

export const MyPage = () => {
  return (
    <div className="h-screen w-full flex flex-col items-center justify-center">
      <Card className="p-7 flex flex-col items-center justify-center">
        <h2 className="text-2xl font-black">Welcome!</h2>
        <Button>Login</Button>
      </Card>
    </div>
  );
};
8.1.4

10 months ago

8.1.3

10 months ago

8.1.5

10 months ago

8.1.2

10 months ago

7.0.0

10 months ago

7.0.2

10 months ago

7.0.1

10 months ago

8.1.0

10 months ago

8.0.0

10 months ago

8.1.1

10 months ago

6.1.0

11 months ago

6.2.0

11 months ago

6.0.5

1 year ago

6.0.4

1 year ago

6.0.3

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago

6.0.2

1 year ago

5.2.0

1 year ago

5.1.1

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.2.2

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago