0.1.4 • Published 3 years ago

@luodc/dui v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

DUI

React UI library

install

npm i @luodc/dui

example

import React from "react";
import { AInput, AButton } from "@luodc/dui";

function App() {
  const [value, setValue] = React.useState("");

  return (
    <>
      <AInput value={value} onChange={(val) => setValue(val)}></AInput>
      <AButton onClick={() => {}}>submit</AButton>
    </>
  );
}
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago