newsimplifywithvite
v1.0.1
Published
Simplify the structure of React + Vite applications and add essential components.
Downloads
2
Maintainers
Readme
New Simplify React With Vite
React Vite 프로젝트 최초 설치 시, 필요없는 파일 삭제 및 컴포넌트 생성을 해야 해서 귀찮았던 분들을 위해, 필요없는 파일을 전부 삭제하고 필수적인 컴포넌트 파일을 추가해두었습니다.
For those who found it tedious to delete unnecessary files and create essential component files when setting up a React Vite project for the first time, we have removed all unnecessary files and added essential component files.
컴포넌트 파일 종류
- CustomButton: 커스터마이징 가능한 버튼 컴포넌트.
- CustomColumn: 커스터마이징 가능한 컬럼 레이아웃 컴포넌트.
- CustomRow: 커스터마이징 가능한 로우 레이아웃 컴포넌트.
- CustomDiv: 커스터마이징 가능한 div 컴포넌트.
- StyledImg: 스타일링된 이미지 컴포넌트.
Types of Component Files
- CustomButton: A customizable button component.
- CustomColumn: A customizable column layout component.
- CustomRow: A customizable row layout component.
- CustomDiv: A customizable div component.
- StyledImg: A styled image component.