@kshirish/deck

0.2.1 • Public • Published

Deck

npm npm npm

Deck is the react toolset to build front end apps.

Deck

Installation

npm install @kshirish/deck --save

Usage

import React from 'react';
import { Button, GlobalStyle, Theme } from '@kshirish/deck';

export default function App() {
  return (
    <>
      <GlobalStyle />
      <Theme>
        <Button>Hello world</Button>
      </Theme>
    </>
  );
}

Develop components with Storybook

$ npm i
$ npm run storybook

Open http://localhost:6006/ in your favorite web browser.

Package Sidebar

Install

npm i @kshirish/deck

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

344 kB

Total Files

8

Last publish

Collaborators

  • ladooki