1.0.6 • Published 3 years ago

deskie-ui v1.0.6

Weekly downloads
7
License
ISC
Repository
-
Last release
3 years ago

npm.io npm.io

Quick Start

  1. Install the package npm install deskie-ui.
  2. Deskie UI requires styled-component, react-spring and react-use-gesture to be installed as (peer) dependencies. npm install styled-component react-spring react-use-gesture
  3. Wrap your project in the ThemeProvider component
import { ThemeProvider } from 'deskie-ui';

const Application = () => <ThemeProvider>...</ThemeProvider>;

Development