@raghavsvh/pixelflex
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

[PixelFlex]

A modern, reusable, and customizable React components library for building beautiful user interfaces quickly and efficiently.

Features

  • 📦 Lightweight: Minimal overhead with efficient performance.
  • Fast: Optimized for high performance with minimal bundle size.
  • 🎨 Customizable: Easy to style and customize using CSS-in-JS, Tailwind, or any CSS framework.
  • 🚀 Developer Friendly: Well-documented with TypeScript support for type safety.
  • 🔄 Reusable: A collection of modular and reusable components designed to work together.

Installation

Install the library using npm or yarn:

# With npm
npm install @raghavsvh/pixelflex

# With yarn
yarn add @raghavsvh/pixelflex

Usage

Here's a quick example of how to use the components:

import React from 'react';
import { Button } from '@raghavsvh/pixelflex';

const App = () => (
	<div>
		<p>This is a simple Button component from @raghavsvh/pixelflex.</p>
		<Button onClick={() => alert('Button clicked!')} theme={'light'}>
			Click Me
		</Button>
	</div>
);

export default App;

Available Components

  • Button: A flexible button component.
  • Input: A customizable input field component.
  • Loader: A loader/spinner for loading states.

...and more coming soon ..!

Documentation

You can find detailed documentation and component demos here. (Link to your documentation or demo site)

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

Make sure to lint and test your code before submitting.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Built with ❤️ using React, TypeScript, and Styled Components .
  • Bundling using rollup

This README provides a good overview for your users and contributors. Let me know if you'd like to add more sections!

Readme

Keywords

none

Package Sidebar

Install

npm i @raghavsvh/pixelflex

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

7.95 MB

Total Files

52

Last publish

Collaborators

  • raghavsvh