Programming/JavaScript & TypeScript
[UI 라이브러리] Onsen UI
홍열
2022. 5. 17. 15:59
728x90
Onsen UI 2: Beautiful HTML5 Hybrid Mobile App Framework and Tools
Native look and feel with lots of ready-to-use components and automatic styling A rich variety of UI components specially designed for mobile apps. Onsen UI provides tabs, side menu, stack navigation and tons of other components such as lists and forms. Th
onsen.io
모바일에 특화된 라이브러리
npm으로 설치후, index.js에 css 스타일을 넣어줘야 제대로 동작한다.
// Webpack CSS import
import 'onsenui/css/onsenui.css';
import 'onsenui/css/onsen-css-components.css';
vue, js에는 예제가 잘 나와 있으나, React는 좀 부족하다.
CodeSandBox처럼 예제를 직접 실행해 볼 수도 있다.
다양한 컴포넌트가 있으나, 문서가 최신화가 잘 안되는게 단점...