@sgerpdx/knobblr
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

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


Installation

npm install @sgerpdx/knobblr


Example Usage

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

function App() {  

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

Demo

  • TactileButton demo on Glitch

Readme

Keywords

none

Package Sidebar

Install

npm i @sgerpdx/knobblr

Weekly Downloads

0

Version

1.0.17

License

MIT

Unpacked Size

49.6 kB

Total Files

31

Last publish

Collaborators

  • sgerpdx