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

sabai-ui-dev

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sabai-ui-dev

A React sample component ui for frontend web development

latest
Source
npmnpm
Version
1.0.0-beta-17
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Sabai UI

npm version downloads license

Installation

With Yarn:

yarn add sabai-ui-dev

With npm:

npm install --save sabai-ui-dev

Usage

Some component has their own default properties. You can overwrite the defaults by passing props into the components.

Example

import React from 'react';
import { Button } from "sabai-ui-dev";

const App = () => {
  return (
    <div className="container mx-auto bg-white">
      <div className="px-20 py-20 flex flex-col gap-4">
        <Button colorScheme="secondary" variant="solid" icon="student" iconSize={24}>Sample Button</Button>
      </div>
    </div>
  )
}

export default App;

Keywords

React

FAQs

Package last updated on 02 Sep 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