Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import Count from '.';
export default { component: Count, title: 'Unaudited/Count' };
const Template = ( args ) => {
return <Count { ...args } />;
};
export const Default = Template.bind( {} );
Default.args = {
compact: false,
primary: false,
count: 42000,
};