GithubHelp home page GithubHelp logo

kyui3's Introduction

๐ŸŒ  kyUI3 ๐ŸŒ 

NPM License NPM Version NPM Downloads

๐Ÿ‘‰ kyUI3 storybook demo page ๐Ÿ“˜

kyUI for Vue3.x

UI component library for Vue3.x

kyui3 sandbox

๐Ÿ› ๏ธ install

npm install kyui3

๐Ÿ“– Usage

// main.ts/js
import kyui3, { ComponentName } from 'kyui3';
import 'kyui/dist/style.css';
const app = createApp(App);

// regist all component & fontawesome icon tag
app.use(kyui3)

// regist one component
app.component('your-want-tag-name', ComponentName);
// in any vue file use like this
<your-want-tag-name/>

๐Ÿ“‘ Show Storybook Doc Page

๐Ÿ”— kyUI3 storybook page

git clone https://github.com/NeatKYU/kyUI3.git
cd kyUI3
npm install
npm run storybook

kyui3's People

Contributors

tmdrb278 avatar neatkyu avatar

Stargazers

 avatar Jinwoo Choi avatar  avatar

Watchers

 avatar

kyui3's Issues

input์—์„œ textarea ๋ถ„๋ฆฌ

๊ธฐ์กด์—๋Š” input์— ํƒ€์ž…์œผ๋กœ textarea๋กœ ์ ์šฉํ–ˆ๋˜ ์ปดํฌ๋„ŒํŠธ๋ฅผ textarea๋กœ ๋”ฐ๋กœ ๋ถ„๋ฆฌ ์‹œ์ผœ์„œ ๋”ฐ๋กœ ์ปดํฌ๋„ŒํŠธํ™” ์‹œํ‚ฌ ์˜ˆ์ •

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.