An open API service indexing awesome lists of open source software.

https://github.com/vivekcsein/frnz-ui

A React-UI library for creating front-end development
https://github.com/vivekcsein/frnz-ui

frenzz frnz frnz-ui nextjs react-ui-components reactjs ui-library

Last synced: 29 days ago
JSON representation

A React-UI library for creating front-end development

Awesome Lists containing this project

README

          

#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

{console.log("hello")}}
fx={{
backgroundColor: "red",
color: "green",
padding: "1rem .5rem",
}}
fxc{{
primary:"red",
secondary:"green"
bgc:"black",
}}
/>

Input Example


Hamburger example

{console.log("hamburger clicked")}}
debug={true}
color="red"
/>

to make borderless set strokeWidth property to -1


SVG example