qasir-ui

1.1.8 • Public • Published

Qasir User Interface Kit provides you with guidelines, components and templates to boost the user experience of your products.

license npm latest package npm downloads

Installation

Qasir UI is available as an npm package.

// with npm
npm install qasir-ui

// with yarn
yarn add qasir-ui

Usage

Here is a quick example to get you started, it's all you need:

// Import vendors
import * as React from 'react';
import ReactDOM from 'react-dom';

// Import the Button component
import Button from 'qasir-ui/inputs/Button';

function App() {
  return <Button variant="contained">Hello World</Button>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Documentation

Check out our documentation website.

Changelog

If you have recently updated, please read the changelog for details of what has changed.

License

This project is licensed under the terms of the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i qasir-ui

Weekly Downloads

5

Version

1.1.8

License

none

Unpacked Size

2.52 MB

Total Files

299

Last publish

Collaborators

  • dev-qasir