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

polaris-core

v1.0.1

Published

Polaris is a front-end web framework for creating responsive UI components.

Downloads

132

Readme

Polaris Core (v1.0.1)

Polaris is a front-end web framework for creating responsive UI components, with a focus on simplicity.

Polaris framework is divided into two parts: Core & Plugins

Polaris Core consists of generic components and features that almost every web application needs.

Notice! This repository belongs to Polaris Core only. For more details please check the Main Repository.

Documentation

Polaris Core Docs

Audiences

Polaris framework is built for front-end web app developers and designers.

Prerequisites

  • A basic knowledge about HTML, CSS, and JavaScript.
  • A basic knowledge about Sass*.
  • A basic knowledge about TypeScript*.
  • A basic knowledge about webpack*.

*These prerequisites are only required for developers.

Dependencies

In order to use Polaris framework in production you don't need to use any other packages or libraries.

However, to use it in a development environment, it depends on:

Get Started

Install via npm

npm install polaris-core

Use Polaris CDN

Coming soon...

Download Polaris

Download Polaris Core

Clone Polaris

You can also clone Polaris using git:

git clone https://github.com/heminsatya/polaris-core.git

Customize Polaris

Polaris Structure

Before customization of Polaris framework, you need to know a bit about it's structure:

/dist
    /css
    /fonts
    /images
    /js
/src
    /scss
    /ts

dist folder consists of all compiled files that you can use in production.

src folder consists of all source files that need to be complied during the development.

Customization

In order to customize Polaris framework, first you need to download or clone it, then you need to follow a few easy steps:

  • Open up your favourite CLI program.
  • Change directory to the path where Polaris framework extracted:
cd path-to/polaris-core/
  • Install packages by:
npm install

Now, you have everything set-up. You can customize it however you want.

Rebuild Polaris

Next step after customization of Polaris is to rebuild CSS, and JavaScript libraries.

To rebuild the CSS libraries run:

npm run css
npm run css-dev
npm run css-rtl
npm run css-rtl-dev

To rebuild the JavaScript libraries run:

npm run js-mod
npm run js
npm run js-dev

About The Author

I'm Hemin Satya, a freelance programmer.

Please let me know your precious comments, observations, and suggestions: (GitHub) (Twitter)

Thank you all.

Collaboration

Polaris framework is in a beta version and has a long way ahead. It needs contribution to be developed.

I warmly accept and appreciate any contribution requests from anyone who wants to work on this open-source project.

I will do my best to make it something magnificent for all of us. I hope you like it.

Bug Report

If you saw any bugs or mistakes, please let me know. I'll do my best to solve them or at least reduce them asap.

Report Issues