@key46/theme
TypeScript icon, indicating that this package has built-in type declarations

0.1.41 • Public • Published

Collection themes theme for fastest creation theme with ReactJs

CircleCI Build Status License: MIT npm version Discourse status

kimonotocat

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

Package Sidebar

Install

npm i @key46/theme

Weekly Downloads

1

Version

0.1.41

License

none

Unpacked Size

3.96 MB

Total Files

195

Last publish

Collaborators

  • dragondra9