Git Product home page Git Product logo

vue-konponents's Introduction

Konponents

Project setup

yarn install

Runs docs in development mode

yarn run docs:dev

Compiles for production

yarn run build

Features

Great documentation

Every aspec, prop, event and public method of every component is documented, down to the css vars they use.

Modern design

If you're as tired as me of bootstrap-like dated design then this is your component library.

Rounded borders? Yes sir.

Smooth subtle shadows? Absolutely.

Microinteractions? Of course, why are they so rare?

Beautiful, performant and polished animations

I waste days at a time to polish a single animation to look right (aka. I hate squishing/stretching content with scale just for performance's sake), not only that but I try my hardest to optimize them as much as possible by avoiding unnecesary layout re-flows (with some exceptions).

Focused on functionality

a.

Accesible

All components are designed to be, at minimum, keyboard accesible.

PRs expanding on a11y are welcome.

Zero configuration

Just install or load from a CDN and you're ready to go. F*ck bundlers and configuration files for a getting started experience.

Easily themable

bUt hoW do You TheMe wiTHoUt CoNfIg and SCSS vArs?

Ever heard of css vars? they're cool and work at runtime unlike scss variables which only work at compile time.

Just create a class or property containig the variables you wanna change in a simple css theme file, why bloat the entire thing with configuration files and weird ThemeProvider wrappers for something so CSS 101?

Take the built-in dark theme as an example.

B-but what about dynamic themes? Implement them yourself, this is not a framework, it's just a component library.

should be dead simple with the existence of the prefers-color-scheme css media query, at the end of the day that's what your fancy config wrappers use.

Native-like form components

All components are designed with native form compatibility in mind, most of them don't even require you to pass any prop data or v-model, with some exceptions (select and select multiple).

FAQ

Why does this project exist? It all started after discovering Vuesax. A great looking but not so greatly mantained or functional component library.

Is the project manager ranting about modern web development being bloated? Yes.

Does this project support IE11 and older browsers? No and it does not aim to do it. Listen, if you want something pretty, functional and compatible with IE you're just delusional and part of the problem. Btw using older browsers is a high security risk.

LICENSE

This project is licensed under MIT License

vue-konponents's People

Contributors

onelonefox avatar

Watchers

James Cloos avatar  avatar

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.