Skip to content

Instantly share code, notes, and snippets.

View naramdash's full-sized avatar
🚲
Keep Studying & Working

김주호 naramdash

🚲
Keep Studying & Working
View GitHub Profile
@naramdash
naramdash / Pagination.js
Last active July 7, 2020 10:23
React Fluent UI Pagination using Javascript & Fluent-UI
import React, { useMemo } from 'react';
import {
Stack,
Pivot,
PivotItem,
PivotLinkFormat,
IconButton,
} from '@fluentui/react';
function range(start, stop, step) {