0.2.11 • Published 5 months ago

pandacss_poc v0.2.11

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

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>
  );
}
0.2.11

5 months ago

0.2.10

5 months ago

0.2.1

7 months ago

0.1.2

7 months ago

0.2.0

7 months ago

0.1.1

7 months ago

0.2.7

5 months ago

0.1.8

7 months ago

0.2.6

5 months ago

0.1.7

7 months ago

0.2.9

5 months ago

0.2.8

5 months ago

0.1.9

7 months ago

0.2.3

5 months ago

0.1.4

7 months ago

0.2.2

5 months ago

0.1.3

7 months ago

0.2.5

5 months ago

0.1.6

7 months ago

0.2.4

5 months ago

0.1.5

7 months ago

0.1.0

8 months ago