npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vazil-commons

v0.2.8

Published

Vazil Company UI 공용 컴포넌트 라이브러리

Downloads

15

Readme

vazil-commons

Vazil Company UI 공용 컴포넌트 라이브러리

Table of Contents

Installation

npm install vazil-commons

Usage

Global

Local

Props

| Property | Type | Default | Description | |:----------------------------|:--------|:--------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | clipped | Boolean | true | v-app-bar와 v-navigation clipped 설정 | headerHeight | String, Number | 50 | 헤더 height | logoHeight | String, Number | 60% | 헤더의 로고 height | darkThemeLogo | String | /logo/no-image.png | 헤더 로고(dark theme) src | lightThemeLogo | String | /logo/no-image.png | 헤더 로고(light theme) src | headerActiveList | Array | ['theme', 'notification', 'profile'] | 헤더 아이템 활성화 리스트 | userAvatarSrc | String | /logo/no-image.png | 사용자 아바타 src | userName | String | 이름 | 사용자 이름 | userEmail | String | 이메일 | 사용자 이메일 | navList | Array | [{key: '', icon: '', title: '', to: ''}] | navigation 항목 리스트

Events

Slots

| Name | Description | |:----------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | headerItem | add header custom menu | navExpand_${navList item's key} | nav 확장 패널

Development

To begin development, run:

npm install
npm run dev

License

Vazildialog 명세 (props)

| Property | Type | Default | Description | |:--------------------------|:----------------|:------------|:------------------------------| | persistent | Boolean | false | 사용자가 밖을 클릭해도 대화상자를 계속 열어둘 것인지 여부 | scrollable | Boolean | true | dialog 콘텐츠가 스크롤 가능한지 여부 | fullscreen | Boolean | false | dialog를 전체화면으로 표시할 것인지 여부 | fullOnlyMobile | Boolean | false | dialog를 모바일 장치에서만 전체화면으로 표시할 것인지 여부 | width | String , Number | '' | dialog의 너비 | height | String , Number | '' | dialog의 높이 | minHeight | String , Number | 200 | dialog의 최소 높이 | loadBtnIcon | String | '' | 로드 버튼에 표시할 아이콘 | loadBtnText | String | '버튼' | 로드 버튼에 표시할 텍스트 | loadBtnVariant | String | 'flat' | 로드 버튼의 변형 | loadBtnColor | String | 'primary' | 로드 버튼의 색상 | title | String | 'TITLE' | dialog의 제목 | content | String | '내용' | dialog의 내용 text | bgColor | String | '' | dialog의 배경색 | yesBtnText | String | '확인' | "예" 버튼에 표시할 텍스트 | noBtnText | String | '취소' | "아니오" 버튼에 표시할 텍스트 | loading | Boolean | false | "예" 버튼이 로딩 상태인지 여부 | disabledYes | Boolean | false | "예" 버튼이 비활성화되었는지 여부 | disabledNo | Boolean | false | "아니오" 버튼이 비활성화되었는지 여부 | autoClose | Boolean | false | "예" 버튼을 클릭하면 dialog가 자동으로 닫힐지 여부

Vazildialog 명세 (slots)

| Property | Type | Default | Description | |:--------------------------|:----------------|:------------|:------------------------------| Slot 설명 loadBtn 로드 버튼의 콘텐츠 title 제목의 콘텐츠 content 대화상자 콘텐츠의 콘텐츠 actionBtn 액션 버튼의 콘텐츠