netline-design-lib
v1.0.1
Published
Welcome to Netline Design Library, a collection of React components built with Tailwind CSS and TypeScript, specifically crafted for Netline Serv projects. This library aims to provide elegant and efficient UI solutions tailored to the needs of NEtline Se
Downloads
3
Readme
Netline Design Library / NetlineUI
Welcome to Netline Design Library, a collection of React components built with Tailwind CSS and TypeScript, specifically crafted for Netline Serv projects. This library aims to provide elegant and efficient UI solutions tailored to the needs of NEtline Serv's projects.
Features
- A comprehensive set of reusable UI components designed to streamline development.
- Utilizes Tailwind CSS for fast and customizable styling.
- Developed with TypeScript for type safety and enhanced developer experience.
- Integrated with Storybook for easy component exploration and documentation.
Installation
To install Netline Design Library in your project, simply run:
npm install netline-design-lib
or
yarn add netline-design-lib
Usage
Once installed, you can start using NEtline Design Library components in your React projects like so:
`import React from 'react'; import { Button } from 'netline-design-lib';
const MyComponent = () => { return ( <Button onClick={() => console.log('Button clicked!')}>Click me ); };
export default MyComponent;`
Documentation
For detailed documentation and usage examples of each component, please refer to the Storybook documentation.
Storybook Documentation
To explore Netline Design Library components and their properties, you can run Storybook locally:
npm run storybook
or
yarn storybook
Support
For any questions or issues regarding Netline Design Library, feel free to open an issue on GitHub or contact us at [email protected].