react-compare-slider
A slider component to compare any two React components in landscape or portrait orientation. It supports custom images, videos... and everything else.
파일 탐색기
최종 버전 다운로드 (.zip)- action.yml
- ci.yml
- publish-preview.yml
- review.yml
- FUNDING.yml
- extensions.json
- settings.json
- settings.json
- vite.svg
- App.tsx
- index.css
- main.tsx
- vite-env.d.ts
- .gitignore
- index.html
- package.json
- README.md
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- create-introduction.ts
- main.ts
- manager-head.html
- manager.ts
- preview-head.html
- preview.ts
- theme.ts
- vitest-node-commands.ts
- vitest-types.ts
- vitest.setup.ts
- 00-index.stories.tsx
- 02-edge-cases.stories.tsx
- 00-index.stories.tsx
- 01-google-maps.stories.tsx
- 00-react-compare-slider-handle.stories.tsx
- 01-custom.stories.tsx
- bounds-padding.test.stories.tsx
- clip.test.stories.tsx
- context.test.stories.tsx
- css-register-property.test.stories.tsx
- custom-slider.test.stories.tsx
- default.node.test.tsx
- default.test.stories.tsx
- disabled.test.stories.tsx
- keyboard-interactions.test.stories.tsx
- pointer-interactions.stories.tsx
- position.test.stories.tsx
- react-compare-slider-handle.test.stories.tsx
- react-compare-slider-image.test.stories.tsx
- right-to-left.test.stories.tsx
- scroll.test.stories.tsx
- ssr.test.stories.tsx
- test-utils.tsx
- transition.test.stories.tsx
- zero-bounds.test.stories.tsx
- config.ts
- 01-api.mdx
- 02-components-api.mdx
- bounds-padding.mdx
- browsing-context.mdx
- change-position-on-hover.mdx
- clip-stories.mdx
- disabled.mdx
- handles.mdx
- images.mdx
- keyboard-increment.mdx
- only-handle-draggable.mdx
- transition.mdx
- .gitignore
- package.json
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- vitest.d.ts
- CONTRIBUTING.md
- handle-root.tsx
- handle.tsx
- image.tsx
- index.ts
- internal-hooks.ts
- item.tsx
- provider.tsx
- root.tsx
- consts.ts
- hooks.ts
- index.ts
- react-compare-slider.tsx
- register.ts
- types.ts
- utils.ts
- .release-it.json
- package.json
- tsconfig.json
- tsdown.config.ts
- .editorconfig
- .gitignore
- .nvmrc
- biome.json
- lefthook.yml
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/nerdyman/react-compare-slider
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-compare-slider
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install react-compare-slider
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add react-compare-slider
이 명령어를 터미널에 그대로 입력해 실행하세요.
pnpm add react-compare-slider
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
