npm install --save @ksquareincmx/zanma-ui
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>;
}
}
MIT © KsquareIncMx