1.0.17 • Published 1 year ago

@sgerpdx/knobblr v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Knobblr

A React UI component library with a focus on selectors -- knobs, switches, buttons -- styled to resemble analog control interfaces. The key intent being to facilitate a 'tactile' UX.

version status shield

🧱 currently in dev mode 🧱


Installation

npm install @sgerpdx/knobblr


Example Usage

import React from "react";
import { TactileButton } from "@sgerpdx/knobblr";

function App() {
  const handleFormLaunch = () => {
    // code to open login form or modal
  };

  return (
    <>
      <TactileButton
        onClick={handleFormLaunch}
        width="100"
        fillColor="#0000CD"
        strokeColor="white"
        label="Login"
      />
    </>
  );
}

Demo

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

2 years ago

1.0.16

2 years ago