git-kamesh / k-components

a tiny preact componet library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k-components : A tiny preact components library

K-componet is a tiny componet library. It is a set of preact components. Microfront-end concept.

Components implemented

  • Button
  • CurrentTime

Installation & usage

  • run npm install
  • run npm run dev to start the dev server
  • run npm run prod to build the dist folder

Tools and dependencies

  • Preact - Fast 3kB alternative to React with the same modern API
  • Rollup - Bundler for modern JavaScript
  • TypeScript - Superset of JavaScript, with static typing and runtime checks
  • Styled-components - CSS-in-JS library for preact
  • Rollup plugins: livereload, postcss, typescript, ...

About

a tiny preact componet library


Languages

Language:TypeScript 46.3%Language:JavaScript 39.2%Language:HTML 13.8%Language:CSS 0.7%