2.2.0 • Published 10 months ago

@topihenrik/funktia v2.2.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Funktia

A React based component library utilising React Aria and Tailwind.

Example

Here's a simple example of using Funktia.

import { Button } from "@topihenrik/funktia";
import "@topihenrik/funktia/dist/index.css";

function App() {
    return (
        <Button color={"primary"} onPress={() => alert("Hello World!")}>
            Click me!
        </Button>
    );
}
2.2.0

10 months ago

2.0.4

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.0

10 months ago

1.1.2

10 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago