Giter Site home page Giter Site logo

nghilevi / ui-chips Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 221 KB

Chips group is a collection of (currently) chips-like component. There are 2 types of chips group: Filter (Checkbox) and Choice (Radio button).

License: MIT License

TypeScript 46.00% HTML 6.21% SCSS 47.79%
web-component

ui-chips's Introduction

ui-chips

Last updated: 2021

Built With Stencil npm version

A lightweight, simple-to-use circular percentage graph web component. Pass in the percentage number, with color of your choice, then ui-chips will handle the rest.

Demo

Since this is a web component, you can just use directly in your HTML like this To use it with other framework e.g Angular, React, Vue etc. see Framework Integrations from Stencil site.

Note

Feature custom color of your choice is still under development

Using this component

There are three strategies to use web components built with Stencil.

Script tag

  • Put a script tag similar to this <script type='module' src='https://unpkg.com/ui-chips@<latest-version>/dist/ui-chips.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install ui-chips --save
  • Put a script tag similar to this <script type='module' src='node_modules/ui-chips/dist/ui-chips.esm.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install ui-chips --save
  • Add an import to the npm packages import ui-chips;
  • Then you can use the element anywhere in your template, JSX, html etc

Feedback

If you have found a bug or have another issue with the library โ€” please create an issue.

If you have a question regarding the library or it's integration with your project โ€” consider asking a question at StackOverflow.

Have any ideas or propositions? Feel free to develop it further. See Developer guide below.

Cheers!

Developer guide

You're welcome to make this component even more flexible, scalable and robust! Fork, clone, create a feature branch, implement your feature, cover it with tests, commit, create a PR.

npm install
npm start // run development server serving src/index.html

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

Support

If you like this library consider to add star on GitHub repository.

Thank you!

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.