0.1.18 • Published 3 years ago

dtnghia47-uikit v0.1.18

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

UIKIT

dtnghia47@gmail.com

Welcome everyone ^^

this repo supoort create template uikit basic.

How to start this repo

npm install


npm run build
npm run deploy

For example Button document

PropsTypeRequired
onClickFunctionoptional
sizeoneOf sm md lgsmoptional
IconString className your iconoptional
----

Example Component for use

import React from "react";
import { Button } from 'dtnghia47-uikit';

function App() {
  return (
    <div className="App">
      <Button width={100}>demo</Button>
    </div>
  );
}

export default App;

Current version

  • simple template
  • we can import this package in another repo

Plan for next update

  • minimize package
  • auto render version
  • build generate component
  • add default prop (init color for system)
  • apply deep css and style something
  • build view UI, we can see our uikit in this repo

Capture

First Version

0.1.17

3 years ago

0.1.18

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

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