0.1.7 • Published 3 years ago

component-dts v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago