0.1.18 • Published 5 years ago
dtnghia47-uikit v0.1.18
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 deployFor example Button document
| Props | Type | Required | |
|---|---|---|---|
| onClick | Function | optional | |
| size | oneOf sm md lg | sm | optional |
| Icon | String className your icon | optional | |
| -- | -- |
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

0.1.17
5 years ago
0.1.18
5 years ago
0.1.16
5 years ago
0.1.15
5 years ago
0.1.14
5 years ago
0.1.13
5 years ago
0.1.12
5 years ago
0.1.11
5 years ago
0.1.10
5 years ago
0.1.9
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago