blackshort-ui
v0.0.1
Published
A collection of reusable React components built on top of React, Tailwind CSS, react-icons.
Downloads
3
Readme
A collection of reusable React components built on top of React, Tailwind CSS, and more.
Table of Contents
Installation
npm install your-component-library
Usage
import React from "react";
import { LoginPage } from "blackshort-ui";
function App() {
return (
<div>
<Login />
</div>
);
}
export default App;
Components
All the component which are available to use are listed below
| Component | Availability | Description |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Login | string | A basic login page with username and password fields along with submit button. |
| Accordion | string
| An accordion component for organizing and displaying content in collapsible sections. |
| Carousel | string
| A carousel component for cycling through a set of images or content in a slideshow. |
| Footer | string
| A footer component to be placed at the bottom of the page, often containing copyright information and links. |
| Card | string
| A card component for displaying content in a structured and visually appealing way. |
| Spinner | string
| A spinner or loading indicator component for indicating that content is being loaded. |
Customization
You can customize these components by simply using the tailwind
classes.
Contributing
Feel free to contribute by opening issues or submitting pull requests. Contributions are welcome!
License
This project is licensed under the MIT License.