2.2.0 • Published 8 months ago

@topihenrik/funktia v2.2.0

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

8 months ago

2.0.4

8 months ago

2.1.0

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.0.0

9 months ago

1.1.2

9 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago