0.7.1 • Published 2 years ago

dcs-uikit v0.7.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

DCS-uikit

Design Component System - uikit

  • Design Component System
  • 반복된 컴포넌트들을 카테고리화 하고, 디자인하여 컴포넌트를 통해 재사용성 높임
  • 태그가 명시화가 되어, 코드가 직관적이면서, 사용하는 목적을 알 기가 편해짐

    • Switch(Toggle), Input, Button, Tab, Select, Radio....
      <input type="checkbox"> => Checkbox Component Design => <CheckBox>
      <input type="radio"> =>  Radio Component Design => <Radio>

Start

storybook

npm i
npm run storybook

build

npm run build

Main lib. description

tailwindcss

Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.

Emotion

The primary way to style elements with emotion is the css prop. It provides a concise and flexible API to style your components.

  • Change the rendered tag using withComponent
  • Targeting another emotion component
  • Customizing prop forwarding
  • Composing dynamic styles
  • as prop
  • Nesting components: &

Composition is one of the most powerful and useful patterns in Emotion. You can compose styles together by interpolating value returned from css in another style block.

twin.macro

Twin blends the magic of Tailwind with the flexibility of css-in-js

headlessui

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

Styled-system

Styled System is a collection of utility functions that add style props to your React components and allows you to control styles based on a global theme object with typographic scales, colors, and layout properties.

To use Styled System, install a CSS-in-JS library such as Styled Components or Emotion.

Rollup

Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. This will eventually be possible natively everywhere, but Rollup lets you do it today.

0.3.0

2 years ago

0.5.4

2 years ago

0.7.1

2 years ago

0.5.3

2 years ago

0.4.4

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.7.0

2 years ago

0.5.2

2 years ago

0.4.3

2 years ago

0.3.4

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.4.2

2 years ago

0.3.3

2 years ago

0.2.1

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago