Library Component which build with TSDX framework and styled with tailwind
yarn add component-library-nzr
import React, { Component } from 'react';
import MyComponent from 'component-library-nzr';
import 'component-library-nzr/dist/tailwind.css';
const Example = () => {
return <MyComponent />;
};
MIT © abbinizar