@key46/theme
v0.1.41
Published
[](https://circleci.com/bb/regretstudios/react-app-2) [](https://travis-ci.org/Shopify/quilt) [![License: MIT
Maintainers
Readme
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-sassIn 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: [email protected]
