About

RFUI is a component library for Preact (not React) apps. It lets you do stuff like this:

import { Button } from "rfui";

const SubmitButton = () => {
  return (
    <Button variant="secondary" type="submit">
      Submit
    </Button>
  );
};

And get a nice looking button like this:

It is available as a Deno Third Party Module. Check out the Getting Started if you'd like to give it a try.

Note: Anyone is welcome to use RFUI. However, consider that I am my own target audience for this project and I am not looking to support others.

It probably will always remain this way, but it's possible that I look to target a wider, public audience in the future.