fabri-tailwind-ui-lib
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Fabri UI library

fabri-tailwind-ui-lib is a modern React UI component library built with TypeScript and styled using TailwindCSS. It provides a set of easy-to-use, customizable components to enhance the user interface of your React applications.

Installation

Install fabri-tailwind-ui-lib via npm:

npm install fabri-tailwind-ui-lib

Usage

CSS Import

Import the CSS for fabri-tailwind-ui-lib as early as possible in your application:

import 'fabri-tailwind-ui-lib/dist/index.css';

Component Usage

Import and use the components in your React application:

import { Form } from 'fabri-tailwind-ui-lib';

function App() {
  return (
    <div className="App">
      <Form />
    </div>
  );
}

export default App;

Readme

Keywords

none

Package Sidebar

Install

npm i fabri-tailwind-ui-lib

Weekly Downloads

6

Version

1.2.0

License

ISC

Unpacked Size

354 kB

Total Files

7

Last publish

Collaborators

  • fabriborgobello