본문 바로가기

반응형

개발자정보

(310)
React 2023년 최고의 UI Framework 정리 Material Kit React $ npm install @material-ui/core Google의 Material Design에서 영감을 얻어 만들어진 Material Kit React는 일관성을 주요 기능으로 하는 요소 집합을 구축합니다. 이러한 방식으로 웹 개발 프로젝트는 전체적으로 외관과 기능의 유사성을 유지합니다. 키트에는 단추, 배지, 슬라이더, 메뉴, 페이지, 탐색 모음, 탭 및 알약과 같은 몇 가지 기본 요소도 포함되어 있습니다. 이 React Component Framework를 사용하면 대부분의 요소에 대한 스타일, 크기 및 색상을 사용자 지정할 수 있습니다. JavaScript 요소에는 Modal, 도구 설명, 날짜 선택기, 회전목마 및 팝업이 포함됩니다. Storybook : ..
Bootstrap Admin 무료 제공 사이트 #1 : bootstrapdash.com https://www.bootstrapdash.com/all-free-templates All free templates - Bootstrap Admin Dashboard Templates Join over 60,000 empowered creatives worldwide to develop web and mobile apps faster. All our free dashboard templates and themes are in one place to explore. www.bootstrapdash.com https://github.com/BootstrapDash/celestialAdmin-free-admin-template GitHub - BootstrapDash/celestialAdmin-free-..
javascript crossorigin 붙여 주는 이유 원래 브라우저에서 자원(js, 이미지 등)을 요청할 땐 같은 도메인에서 받아오는게 일반적임. 단, https://unpkg.com 이란 도메인에서 react.js 자바스크립트를 받아오기 때문에 crossorigin 속성을 넣어주면서 다른 도메인이라도 받아올 수 있도록 합니다. 참고 문서 https://ko.reactjs.org/docs/cross-origin-errors.html
php Undefined index: 오류 해결 방법 php.ini 파일 error_reporting 부분 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT E_ALL은 모든 에러에 대하여 출력 E_DEPRECATED 는 특정기능/함수가 앞으로는 지원되지 않음 문자열 앞에 ~가 붙으면 해당 오류는 출력안함.
React UI material.io https://mui.com/material-ui/getting-started/usage/ Usage - Material UI Learn the basics of working with Material UI components. mui.com https://m3.material.io/components Components – Material Design 3 Components are interactive building blocks for creating a user interface. m3.material.io
fontawesome free download https://fontawesome.com/download Font Awesome The internet's icon library + toolkit. Used by millions of designers, devs, & content creators. Open-source. Always free. Always awesome. fontawesome.com
Noto Sans Korean 다운로드 https://fonts.google.com/noto/specimen/Noto+Sans+KR Noto Sans Korean - Google Fonts Noto is a global font collection for writing in all modern and ancient languages. Noto Sans KR is an unmodulated (“sans serif”) design for the Korean language u fonts.google.com
React 캡슐화된 여러 컴포넌트를 조합하여 웹 UI를 만드는페이스북에서 만든 자바스크립트 라이브러리 이다. 단일 페이지 애플리케이션(Single Page Application, SPA) 컴퍼넌트 수준의 상태관리, 애플리케이션 수준의 전역 상태관리 및 여러 라이브러리를 사용 한다. Context API, Redux, Recoil, Mobx

반응형