JSPM

  • Created
  • Published
  • Downloads 48
  • Score
    100M100P100Q64058F
  • License MIT

All in one react native material design

Package Exports

  • react-native-design-kit

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-design-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Stil In Development

Install

Open terminal or command line then run this command:

npm install react-native-design-kit

Dependencies

Usage

import React from 'react';
import {Button} from 'react-native-design-kit';

export default function App() {
  return <Button>Press Me</Button>;
}

Available Components:

  • Avatar
  • Badge
  • Button
  • ButtonGroup
  • Checkbox
  • Chip
  • Header
  • Input
  • InputOTP
  • Marquee
  • Modal
  • Picker
  • PlayingBar
  • Radio
  • Slider
  • Stepper
  • SwitchableText

Available Helper:

  • StoryBook Documentation for Mobile

On Progress:

List Todo:

  • Web Documentation
  • Drawer
  • FAB
  • ParsedText
  • Swiper
  • Tab
  • Tooltip

Known Bugs:

  • Input Label Position Border not accurate on dynamic screen due to event onLayout not triggered after transform
  • Input Error Position Absolute not accurate on dynamic screen due to event onLayout not triggered after transform

Author

Praya Amadiga Pitasa