Giter Site home page Giter Site logo

azir's Introduction

Please dont install azir-core, we recommend you to install whatever component you need into your app, if you want to install the core components please check this Example

GitHub issues GitHub closed issues GitHub pull requests

Gitter

Azir is one of the coolest React Native libraries you could ever use, licensed under MIT. Carefully crafted by developers for developers. Ready-made components, typography, and a gorgeous base theme that is easily adaptable to each project.

The Idea Behind Azir Framework is to Collect and Refactor popular react native open source modules in One Place Under One theme and also to avoid multiple dependencies and out of dated packages.

Azir core build using Galio Structure which will help us to unit all azir components under one theme .

Best Thanks to these Packages

Table of Contents

Quick Start

SDK library instructions

Azir Goal is to give users the ability to download their favourite components when they need. you can directly download the core ui components you may always need in your app:

installation

npm install azir-theme azir-icon azir-text azir-input azir-button azir-radio azir-avatar azir-badge azir-hr --save

or

yarn add azir-theme azir-icon azir-text azir-input azir-button azir-radio azir-avatar azir-badge azir-hr

Import our UI component to your screens:

import Input from "azir-input";

Components

  • Azir Theme
  • Icon
  • Button
  • Text
  • Text Typography
  • Input
  • Radio
  • Radio Group
  • Checkbox
  • Checkbox Group
  • Switch
  • View More Text
  • Hr
  • Avatar
  • Badge
  • Slider
  • Flash Message

Documentation

The documentation for azir is hosted at our our website

Resources

Licensing

  • Licensed under MIT

© 2019 Azir.

azir's People

Contributors

abodehq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

azir's Issues

azir-Slider does not update after the first render

When using the example for the azir-slider:

import Slider from "azir-slider";
---
<Slider
  value={30}
  step={10}
  minimumValue={0}
  maximumValue={100}
  onStart={value => console.log(value)}
  onChange={value => console.log(value)}
  onComplete={value => console.log(value)}
  trackColor="red"
  thumbColor="blue"
  progressTrackColor="green"
  thumbSize={50}
  trackSize={30}
/>

it works like in the example.
when changing the value field to this.state.position the slider is stuck at the first value given.
logging the this.state.position in the render function shows it gets updated.

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.