1.2.0 • Published 6 months ago

fabri-tailwind-ui-lib v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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;
1.2.0

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago