ksquareincmx / zanma-ui

Zanma's ui components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

Zanma's ui components


Languages

Language:TypeScript 87.4%Language:JavaScript 10.9%Language:HTML 1.7%