0.1.1 • Published 2 years ago

component-library-nzr v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TSDX React Storybook Tailwind

Library Component which build with TSDX framework and styled with tailwind

NPM JavaScript Style Guide

Install

yarn add component-library-nzr

Usage

import React, { Component } from 'react';

import MyComponent from 'component-library-nzr';
import 'component-library-nzr/dist/tailwind.css';

const Example = () => {
  return <MyComponent />;
};

License

MIT © abbinizar