component-dts
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

DTS React Storybook Tailwind

Component library which build with DTS framework and styled with tailwind

NPM JavaScript Style Guide

Install

yarn add component-dts

Usage

import React, { Component } from 'react';

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

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

License

MIT © abbinizar

Readme

Keywords

none

Package Sidebar

Install

npm i component-dts

Weekly Downloads

1

Version

0.1.7

License

MIT

Unpacked Size

40.8 kB

Total Files

37

Last publish

Collaborators

  • abbinizar