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

doodlin-design-system

v1.39.2

Published

Doodlin Design System

Downloads

596

Readme

Doodlin Design System

URL

빌드 및 실행 방법

Node v15.14.0에서 정상 작동 확인. 프로젝트 디렉토리에서 다음 커맨드로 node 버전 설정이 가능합니다.

nvm use
yarn storybook # 작업 하면서 실시간으로 변경된 결과를 보고 싶을 때
yarn publish # npm에 배포할 때.

master 브랜치 업데이트 방법

  1. storybook에 배포한다.

  2. npm에 배포한다.(xx.yy.00)

  3. npm에 배포하면 생기는 커밋 그대로 master에 push한다.

npm 배포 방법

  1. npm권한을 받는다.

  2. yarn publish로 배포한다.

  3. 버전 설정하는 부분이 있는데 무조건 올려야 한다. (내리거나 현상유지 불가능)

  4. 배포 후 git에 커밋한다.

  5. yarn deploy 로 https://design.doodlin.co.kr 의 내용물을 업데이트한다.

특이사항

  • DropDown과 CustomSelect, SelectBox, Tooltip 컴포넌트는 usingPortalNode을 켤 수 있는데, 이것을 켜면 팝오버되는 컴포넌트가 부모 컴포넌트와 동떨어진 portal의 형태로 동작합니다. (가림 현상 해소 등으로 사용 가능)

  • DropDown 컴포넌트의 usingPortalNode를 true로 설정하면 open={} 속성을 사용하면 정상적으로 동작하지 않을 수 있다. 당분간은 uncontrolled로 쓰시길...

  • DropDown 컴포넌트가 controlled component가 아니더라도 강제로 끌 수 있습니다. ref.forceClose(); 를 사용하십시오.