slydes
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Welcome to Slydes!

Getting Started

  1. Install the package with npm run start

  2. Import the Slider component and use it in your React App:

import { Slyder } from 'slydes';
...
<Slyder
	max={100}
	min={1}
	minLabel={"1%"}
	maxLabel={"100%"}
	step={5}
	label={"Coolness"}
	id={"cool-slider"}
	onChange={() => {}}
	initialValue={50}
/>
...

Storybook

To view the storybook, checkout the package locally and run npm run storybook.

Styling

Development

To start the project locally:

  1. Run npm install

  2. Run npm run dev

  3. Have fun!

/slydes/

    Package Sidebar

    Install

    npm i slydes

    Weekly Downloads

    0

    Version

    0.3.0

    License

    none

    Unpacked Size

    44.3 kB

    Total Files

    9

    Last publish

    Collaborators

    • acywatson