import React from 'react'; import { CircularProgress, Heading, Center, Box, Text } from 'native-base'; import { number } from '@storybook/addon-knobs'; export const Example = () => { return (
Adding Min and Max 550 / 1000 Min: 100 Max: 1000
); };