0.0.4 • Published 3 months ago

frnz-ui v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

#FRNZ-UI

npm i frnz-ui
yarn add frnz-ui
pnpm add frnz-ui
import { Button, Input } from "frnz-ui";
<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
    id="ok"
     name="ok"
    type="text"
    variant="Password"
    placeholder="Enter your password"
    fx={
        {
            // padding: "2rem",
            // color: "yellow",
          }
        }
    // ref={useRef}
/>
<Hamburger
    variant="Snowy"
    onClick={(e)=>{console.log("hamburger clicked")}}
    debug={true}
    color="red"
/>
<SVG
    variant="Rating"
    show={40}
    size={240}
    strokeWidth={5}
    fxc={{ primary: "red", secondary: "green" }}
/>
0.0.4

3 months ago

0.0.3

3 months ago

0.0.1

3 months ago

0.0.2

3 months ago

1.0.2

4 months ago

1.0.1

4 months ago