1.0.6 • Published 6 years ago

amobile-ui v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

amobile-ui

A Mobile UI is Custom Test Library Derived From Native-Base Scripts

install

npm i amobile-ui

usage

import React from "react";
import { Container, Content, Button, Text } from "amobile-ui";

export default class Home extends React.Component {
  render() {
    return (
      <Container>
        <Content>
          <Button>
            <Text>Click ME</Text>
          </Button>
        </Content>
      </Container>
    );
  }
}

Lsit Of Componants

Button, DatePicker, IconNB, Icon, Header, Form, InputGroup, Input, Title, Fab, Left, Right, Body, Badge, CheckBox, Radio, Thumbnail, Card, CardItem, H1, H2, H3, Spinner, Switch, Container, Content, Footer, Tab, ScrollableTabView as Tabs, FooterTab, PickerNB as Picker, List, ListItem, Separator, DeckSwiper, Item, Subtitle, Label, Textarea, Col, Row, Grid, Text, Content as TabContent, View, ToastContainer as Toast, ScrollableTab, ActionSheetContainer as ActionSheet, TabHeading, TabContainer, DefaultTabBar, Segment, Root, SwipeRow, VueNativeBase, Accordion