0.3.0 • Published 2 years ago

slydes v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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!

0.1.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.0.0

2 years ago