0.1.41 • Published 6 years ago

@key46/theme v0.1.41

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

Collection themes theme for fastest creation theme with ReactJs

CircleCI Build Status License: MIT npm version Discourse status

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

6 years ago

0.1.40

6 years ago

0.1.39

6 years ago

0.1.38

6 years ago

0.1.37

6 years ago

0.1.36

6 years ago

0.1.35

6 years ago

0.1.33

6 years ago

0.1.32

6 years ago

0.1.31

6 years ago

0.1.30

6 years ago

0.1.29

6 years ago

0.1.28

6 years ago

0.1.27

6 years ago

0.1.26

6 years ago

0.1.25

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.19

6 years ago