0.1.7 • Published 2 years ago

component-dts v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago