2.2.0 • Published 9 months ago

@topihenrik/funktia v2.2.0

Weekly downloads
-
License
-
Repository
-
Last release
9 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

9 months ago

2.0.4

9 months ago

2.1.0

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.0

10 months ago

1.1.2

10 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago