pandacss_poc
TypeScript icon, indicating that this package has built-in type declarations

0.2.11 • Public • Published

Intro

Mudah UI Design System is a system of design tokens, guidelines, theming solution and components library that helps Mudah front end and mobile engineers build consistent UIs faster and more satisfyingly.

Quick start

Several quick start options are available:

  • Install with npm: npm install pandacss_poc
  • Install with yarn: yarn add pandacss_poc
  • Install with pnpm: pnpm add pandacss_poc

Usage

Here is a quick example to get you started: ./App.tsx

import React, { useState, useEffect } from "react";
...
// import a component Button
import { Button } from "pandacss_poc";
// import pandacss_poc styles
// CSS at the pandacss_poc/styles.css file path. Import this file at the root component of your project.
import "pandacss_poc/styles.css";

export default function App() {
  return (
    <div className="App">
      <Button>Button</Button>
    </div>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i pandacss_poc

Weekly Downloads

40

Version

0.2.11

License

none

Unpacked Size

1.26 MB

Total Files

212

Last publish

Collaborators

  • hungvong