0.0.26 • Published 5 months ago

@misterjs/xerxesui v0.0.26

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Getting Started with XerxesUI

XerxesUI Logo

Included

XerxesUI is a UI library created in 2023 by dion and is currently in the early stages of development. It includes components like typography, button and container.

Installation

To start using XerxesUI in your React project, follow these steps:

  1. Install the package via npm:

    npm install @misterjs/xerxesui
  2. Import the components into your project:

    import { Typography, Container, Button } from '@misterjs/xerxesui';
    import "@misterjs/xerxesui/dist/cjs/index.css";

Button Docs

You can implement the button like this

    <Button title="[YOUR-TITLE]" size="small | medium | large | custom" />

if you need the button with icon just do this

install the free icon like this

    npm i @irsyadadl/paranoid 
    // single
    <Button 
        title="[YOUR-TITLE]" 
        size="small | medium | large | custom"
        iconLabel={<[YOUR-ICON] />}
        iconPosition="back | front"  
    />

    // multiple
    <Button 
        multiIcon
        title="[YOUR-TITLE]" 
        size="small | medium | large | custom"
        iconLabel={[<[YOUR-ICON1-back] />, <[YOUR-ICON2-front] />]}
    />

Alt text

Wanna be contributor?

You can touch me on:

0.0.25

5 months ago

0.0.26

5 months ago

0.0.23

5 months ago

0.0.24

5 months ago

0.0.20

5 months ago

0.0.21

5 months ago

0.0.22

5 months ago

0.0.12

5 months ago

0.0.13

5 months ago

0.0.14

5 months ago

0.0.15

5 months ago

0.0.16

5 months ago

0.0.17

5 months ago

0.0.18

5 months ago

0.0.19

5 months ago

0.0.10

5 months ago

0.0.11

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.5

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago