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

@titan-tooling/ui

v0.15.2

Published

Titan UI CSS

Downloads

8

Readme

Titan Ui

A Starter Framework for your React & CSS Components

Styleguide Information

The styleguide is built using storybook which comes with a lot of features such as:

  • WCAG 2.0 testing
  • React components
  • Static markup previews

These features are built to make development a lot easier and more up to date with the other tools we use across our other react projects.

CSS Information

  • The CSS is written following the standards of ITCSS & BEM
  • Uses custom properties for overriding styles
  • Built using PostCSS

Typescript

  • Build a types module

Setup

  • npm i
  • npm start

OK, so what does it give me?

The base of Titan Ui consists of:

  • a basic reset stylesheet
  • a configurable, responsive grid system
  • a configurable typography system
  • a configurable baseline grid for vertical rhythm
  • basic styling for headings, buttons, lists, images, pictures

You also get the following third-party tools:

  • Normalize.css (v3.0.2) https://necolas.github.io/normalize.css/

Prettier & Eslint Helpers

This project uses Eslint and Prettier so all developers have a similiar coding style and it checks for errors that we may have made without realising. To get maximum potential out of this you can install the eslint plugin in vs code & the prettier plugin. Once installed these plugins will follow the config in the project and help you when you are coding.

I've got a cool idea for this, how can I contribute?

Checkout the CONTRIBUTING.md for details on how you can contribute to ampCSS.

I've found a bug! How can I fix it?

Raise an issue in the issue tracker and label it with the bug label. Include a description, screenshots, steps to recreate the issue and possible fixes.