@zemo-ui/web
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @zemo-ui/web

Weekly Downloads

2

Version

1.4.0

License

MIT

Unpacked Size

327 kB

Total Files

302

Last publish

Collaborators

  • filipessant