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

@tiernebre/kecleon

v2.2.8

Published

![Release Workflow](https://github.com/Tiernebre/kecleon/workflows/Release/badge.svg) [![npm version](https://badge.fury.io/js/%40tiernebre%2Fkecleon.svg)](https://www.npmjs.com/package/@tiernebre/kecleon) [![License: MIT](https://img.shields.io/badge/Lic

Downloads

103

Readme

@tiernebre/kecleon

Release Workflow npm version License: MIT

My own personal design system / front-end toolkit that I utilize for my software projects.

My goal was to build a library of components that I can use for all of my personal projects without needing to be concerned about specific CSS frameworks.

Kecleon is built on top of Bulma for the CSS styling, but I've iterated on the Bulma CSS with some of my personal preferences and have also composed higher level components out of the awesome ones that Bulma provides out of the box.

Philosophies

Because this is my personal design system, there are some philosophies that I've taken over my years of developing front-end web applications and UIs that this I want this design system to truly show:

  • Accessibility is important, not only for increasing the audience of your applications but also means your code is much higher quality.
  • A mobile-first design approach, with general screen size responsiveness always being a consideration and feature of any component.
  • Atomic Design translates very well to React based components, and lends to scalable and re-usable designs.

Technologies Used

React is absolutely the way to go and is my preferred choice for a front-end component library.

TypeScript support, so every component is statically typed and has linter and static analysis checks to ensure quality is maintained over time.

I'm using Storybook as a way to serve the components to be easier to build and develop. Eventually I plan on publicly hosting an up-to-date Storybook instance that demoes my components live!

Bulma is the CSS framework that drives Kecleon. Currently I am relying heavily on Bulma's wonderful styles out of the box. Consumers of Kecleon do not need to worry about Bulma, which makes it flexible in the future say if new XYZ styling framework comes out and I prefer that one more.

Installing

If you wish to use kecleon in your project, all you need to do is add it as a dependency, such as below:

yarn add @tiernebre/kecleon

# or if you use NPM

npm install @tiernebre/kecleon

Developing

Getting Started

Prerequisites

  • Yarn

Steps

  1. Install dependencies:
yarn install
  1. Start up a local Storybook server that lets you develop the components without needing to link to another project:
yarn start

Publishing

This project follows the Angular Conventional Commits format for proper semantic version releases. More information at https://www.conventionalcommits.org/en/v1.0.0-beta.4/

License

This project is MIT Licensed.