Giter VIP home page Giter VIP logo

frnz-ui's Introduction

#FRNZ-UI

A React-UI library for creating front-end development easy

to install library from npm

npm i frnz-ui

to install library from yarn

yarn add frnz-ui

to install library from pnpm

pnpm add frnz-ui

currently in development phase

you can use import Button and Input from

import { Button, Input } from "frnz-ui";

import css from frnz-ui

import "frnz-ui/dist/styles/styles_ui.css";

Button example

<Button
label="click me"
variant="starlight"
onClick={(e)=>{console.log("hello")}}
fx={{
    backgroundColor: "red",
    color: "green",
    padding: "1rem .5rem",
}}
fxc{{
    primary:"red",
    secondary:"green"
    bgc:"black",
}}
/>

Input Example

<Input
    id="ok"
     name="ok"
    type="text"
    variant="Password"
    placeholder="Enter your password"
    fx={
        {
            // padding: "2rem",
            // color: "yellow",
          }
        }
    // ref={useRef}
/>

Hamburger example

<Hamburger
    variant="Snowy"
    onClick={(e)=>{console.log("hamburger clicked")}}
    debug={true}
    color="red"
/>

to make borderless set strokeWidth property to -1

SVG example

<SVG
    variant="Rating"
    show={40}
    size={240}
    strokeWidth={5}
    fxc={{ primary: "red", secondary: "green" }}
/>

frnz-ui's People

Contributors

vivekcsein avatar

Stargazers

 avatar shubham .k avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.