1.4.0 • Published 4 years ago

@zemo-ui/web v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Zemobank

Zemo-UI | React JS

React components for a agile and simplified development. Build your own layouts effectively with Zemo-UI

Installation

# With NPM
npm install @zemopay/zemopayui

# With Yarn
yarn add @zemopay/zemopayui

Usage

Here is a quick example to get you started, it's all you need

import React from "react";
import { Button } from "@zemo-ui/web";

export default function App() {
  return <Button>Hello from Zemo!</Button>;
}

It's all you need to get started. If you want to see a live and iteractive demo:

Edit Button

FAQ

Why in my Next.JS application the Zemo-UI doesn't work? If you're using this UI in Next.JS, include this configuration in next.config.js:

const withPlugins = require("next-compose-plugins");
const withTM = require("next-transpile-modules")(["@zemo-ui/web"]);

module.exports = withPlugins([[withTM]]);

Documentation

Access our documentation Important: This repository is private. However the StoryBook documentation will need internal access.

License

MIT

1.4.0

4 years ago

1.3.11

4 years ago

1.3.12

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.2.0

4 years ago

1.1.7

4 years ago

1.1.5

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago