Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 997 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 997 Bytes
  • A slider component for React, built with typescript and styled-components.

How to use

npm install react-neumorphic-slider --save

or

yarn add react-neumorphic-slider

Documentation

Documentation with examples

Demo app

Component source

Demo

Demo

Include the Component

import React from 'react'
import Slider from 'react-neumorphic-slider'

class Component extends React.Component {

  render() {
    return <Slider />
  }
}

Usage options

See the included Documentation for usage options and api info.