oxy-ui
v3.0.3
Published
**`oxy-ui`** is a lightweight, customizable, and modern UI component library built with React and Tailwind CSS. It provides a collection of reusable and stylish components designed to help developers create beautiful and responsive user interfaces effortl
Downloads
54
Readme
oxy-ui
oxy-ui
is a lightweight, customizable, and modern UI component library built with React and Tailwind CSS. It provides a collection of reusable and stylish components designed to help developers create beautiful and responsive user interfaces effortlessly.
Installation
To install oxy-ui
, you can use npm or yarn:
npm install oxy-ui
Usage
To start using the components from oxy-ui
, simply import the desired component into your project.
Example
Here's an example of how to use the Button11
and Card1
components:
import React from 'react';
import { Button11, Card1 } from 'oxy-ui';
const App = () => {
return (
<div>
<Button11>Follow us on Twitter</Button11>
<Card1 />
</div>
);
};
export default App;
License
oxy-ui
is licensed under the MIT License. See the LICENSE file for more information.
Contact
For any questions or suggestions, feel free to reach out:
- Email: [email protected]