0.6.4 • Published 1 day ago

@fiberplane/ui v0.6.4

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
github
Last release
1 day ago

fiberplane-ui

Fiberplane UI library

Contains ReactJS UI elements for use in Fiberplane products.

Usage

import { Button, Input } from "@fiberplane/ui";

function MyForm() {
  // ...

  return (
    <Input
      type="text"
      onChange={(event) => { /* your text onChange handler... */ }}
    >
    <Input
      type="lightswitch"
      onChange={(event) => { /* your lightswitch onChange handler... */ }}
      checked={isChecked}
    >
    <Button
      onClick={() => { /* your onClick handler... */ }}
      type="submit"
      buttonStyle="secondary"
    >
      Click me!
    </Button>
  );
};
0.6.4

1 day ago

0.6.3

6 days ago

0.6.2

2 months ago

0.6.1

2 months ago

0.6.0

5 months ago

0.5.1

5 months ago

0.5.0

5 months ago

0.4.0

6 months ago

0.3.0

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago