New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@verysimple/react

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verysimple/react

A very simple component library

latest
Source
npmnpm
Version
8.1.5
Version published
Weekly downloads
8
166.67%
Maintainers
0
Weekly downloads
 
Created
Source

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>
  );
};

FAQs

Package last updated on 19 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts