0.0.20 • Published 11 months ago

@toktokhan-dev/chakra v0.0.20

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

@toktokhan-dev/chakra

ChakraUI로 구성되어있는 컴포넌트 패키지입니다. 자세한 내용 및 제공하는 유틸리티 목록은 Tokdocs 공식 문서에서 확인 할 수 있습니다.

Installation

npm i @toktokhan-dev/chakra

Preview

import { InfinityContent } from '@toktokhan-dev/chakra'

const ExampleComponent = () => {
  const { data, fetchNextPage, hasNextPage, isFetchingNextPage } =
    usePostsInfiniteQuery()

  return (
    <InfinityContent
      hasMore={hasNextPage}
      isFetching={isFetchingNextPage}
      onFetchMore={fetchNextPage}
    >
      <PostList data={data} />
    </InfinityContent>
  )
}
0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

12 months ago

0.0.16

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago