Skip to content

Commit

Permalink
added NumberInputSkeleton story back
Browse files Browse the repository at this point in the history
  • Loading branch information
2nikhiltom authored Sep 10, 2024
1 parent e9d3a48 commit 1592535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const withAILabel = () => (
/>
</div>
);

export const Skeleton = () => <NumberInputSkeleton />;
export const Playground = ({ ...args }) => {
const [value, setValue] = React.useState(50);

Expand Down

0 comments on commit 1592535

Please sign in to comment.