Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qasir-id/qasir-components
Qasir UI React Components
https://github.com/qasir-id/qasir-components
design-system qasir-components ui-components ui-kit
Last synced: 2 months ago
JSON representation
Qasir UI React Components
- Host: GitHub
- URL: https://github.com/qasir-id/qasir-components
- Owner: qasir-id
- License: mit
- Created: 2019-02-22T08:48:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:24:50.000Z (about 2 years ago)
- Last Synced: 2024-12-10T04:37:34.939Z (2 months ago)
- Topics: design-system, qasir-components, ui-components, ui-kit
- Language: JavaScript
- Homepage: https://qasir-id.github.io/qasir-components
- Size: 58 MB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
## Quick start
Several quick start options are available:
- Clone the repo: `git clone https://github.com/QasirID/qasir-components.git`
- Install with [npm](https://www.npmjs.com/): `npm install qasir`
- Install with [yarn](https://yarnpkg.com/): `yarn add qasir`Read the [Getting started page](http://qasirid.github.io/qasir-components) for information on components, ui kit and more.
## Status
[![Build Status](https://travis-ci.org/QasirID/qasir-components.svg?branch=master)](https://travis-ci.org/QasirID/qasir-components)
[![Npm Downloads](https://img.shields.io/npm/dm/qasir.svg)](https://www.npmjs.com/package/qasir)## How to Contribute
- Fork qasir-components to your GitHub.
- Checkout develop branch
- Create a new feature branch, eg: feature/comboBox
- Test cross-browser compatibility (IE 11 and browser android 4.3), ask @Kukuh Prabowo about lambda access
- If all done, push to your fork GitHub and create Pull Request to qasir-components repository, (format will add below)
- Ask @Adhit to review your code### This is the format for Pull Request
```
## Summary- Feature Name
Feature Description
Screenshot## Test Plan
storybook
## Checklist
- [ ] I have tested these changes in at least 2 browsers (if relevant)
```## Copyright and license
Code and documentation copyright 2019 the [Qasir Authors](https://github.com/QasirID/qasir-components/graphs/contributors) and [Qasir.id](https://www.qasir.id) Code released under the [MIT License](https://github.com/QasirID/qasir-components/blob/develop/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).