0.1.41 • Published 7 years ago
@key46/theme v0.1.41
Collection themes theme for fastest creation theme with ReactJs
Demo components: https://key46.now.sh/styleguide
Use immediately with create-react-app
In bash terminator
npx create-react-app newapp
cd newapp
yarn add @key46/theme
yarn add node-sass
In App.js
import {
FulFillCardVer1,
FulFillCardVer2,
SummaryBlock,
Table
} from "@key46/theme";
import React from "react";
const index = () => {
return (
<div>
<FulFillCardVer1 />
<FulFillCardVer2 />
<SummaryBlock />
<Table />
</div>
);
};
export default index;
My website: key46.ooo
My email: duythien0912@gmail.com
0.1.41
7 years ago
0.1.40
7 years ago
0.1.39
7 years ago
0.1.38
7 years ago
0.1.37
7 years ago
0.1.36
7 years ago
0.1.35
7 years ago
0.1.33
7 years ago
0.1.32
7 years ago
0.1.31
7 years ago
0.1.30
7 years ago
0.1.29
7 years ago
0.1.28
7 years ago
0.1.27
7 years ago
0.1.26
7 years ago
0.1.25
7 years ago
0.1.24
7 years ago
0.1.23
7 years ago
0.1.22
7 years ago
0.1.21
7 years ago
0.1.19
7 years ago