0.4.1 • Published 5 years ago

@ksquareincmx/zanma-ui v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@ksquareincmx/zanma-ui

Install

npm install --save @ksquareincmx/zanma-ui

Usage

Note: For the UI library to work properly first you must add "Raleway" font family to your application

import * as React from "react";

import { Text } from "@ksquareincmx/zanma-ui";

class Example extends React.Component {
  render() {
    return <Text>Hell world</Text>;
  }
}

License

MIT © KsquareIncMx