Skip to content

Commit

Permalink
feat(lib): stepper component
Browse files Browse the repository at this point in the history
Signed-off-by: Raí Siqueira <[email protected]>
  • Loading branch information
raisiqueira committed Sep 17, 2022
1 parent d24c8d3 commit 30229e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/headless-stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headless-stepper",
"description": "Production ready React hook to create awesome stepper components. Effortless to use, easy to customize.",
"version": "1.5.0",
"version": "1.6.0-beta.0",
"license": "MIT",
"author": {
"name": "Raí Siqueira",
Expand Down
4 changes: 4 additions & 0 deletions packages/headless-stepper/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
import { Stepper, Step } from './lib/components/Stepper';
// Public API for stepper.
export * from './lib/hooks/useStepper';

// Public API for stepper component.
export { Stepper, Step };

0 comments on commit 30229e6

Please sign in to comment.