0.1.17 • Published 7 months ago
miever_ui v0.1.17
Miever UI
Miever UI is a personal React Components Library which can provide plenty of UI components to enrich my web applications.
🧳Install
npm i miever_ui
yarn add miever_ui
🛠Usage
import { Icon, Button } from "miever_ui";
const App = () => (
<>
<Button
styleType="link"
onClick={() => window.open("https://github.com/Miever1")}
>
<Icon icon={["fab", "github"]} theme="primary" style={{ fontSize: "14px", cursor: "pointer" }}/>
</Button>
</>
);
0.1.10
8 months ago
0.1.11
8 months ago
0.1.12
8 months ago
0.1.13
7 months ago
0.1.14
7 months ago
0.1.15
7 months ago
0.1.16
7 months ago
0.1.8
8 months ago
0.1.17
7 months ago
0.1.7
8 months ago
0.1.9
8 months ago
0.1.0
2 years ago
0.1.2
2 years ago
0.3.0
3 years ago
0.1.1
2 years ago
0.2.9
3 years ago
0.2.8
3 years ago
0.2.6
3 years ago
0.2.7
3 years ago
0.2.5
3 years ago
0.2.4
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.2.1
3 years ago
0.2.0
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