sajeeui
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

SajeeUI

Welcome to SajeeUI!

Installation 💻

Easily install SajeeUI using npm:

npm i sajeeui

Usage 💼

  • Importing into your components:
    • Import the entire library:
      import "sajeeui";
    • Import specific components:
      import { *ComponentName* } from "sajeeui";

Components

  • Button

    • Importing:

      import { Button } from "sajeeui";
    • Usage:

      <Button btnLabel="ButtonName" />
      • Labeling:

        <Button btnLabel="Button" />
      • Button Colors:

        <Button btnLabel="ButtonLabel" btnColor="success" />

        can add colors according to button types

        <Button btnLabel="ButtonLabel" btnColor="success"/>
        <Button btnLabel="ButtonLabel" btnColor="danger"/>
        <Button btnLabel="ButtonLabel" btnColor="primary"/>
        <Button btnLabel="ButtonLabel" btnColor="alert"/>
        <Button btnLabel="ButtonLabel" btnColor="girly"/>
      • Enable Outline:

        <Button btnLabel="ButtonLabel" btnOutline />
      • Button Outline Colors:

        <Button btnLabel="ButtonLabel" btnOutline Outline="primary" />

        can add Outline colors according to button types

         <Button btnLabel="ButtonLabel" btnOutline Outline="success"/>
         <Button btnLabel="ButtonLabel" btnOutline Outline="danger"/>
         <Button btnLabel="ButtonLabel" btnOutline Outline="primary"/>
         <Button btnLabel="ButtonLabel" btnOutline Outline="alert"/>
         <Button btnLabel="ButtonLabel" btnOutline Outline="girly"/>

Thank You.

Package Sidebar

Install

npm i sajeeui

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

572 kB

Total Files

61

Last publish

Collaborators

  • sajeethan