[](https://www.npmjs.com/package/nex-ui-library) [](https://opensource.org/licenses/MIT)
npm install nex-ui-librarynex-ui-library in your project, install it via npm or yarn:
bash
Using npm
npm install nex-ui-library styled-components react react-dom
Using yarn
yarn add nex-ui-library styled-components react react-dom
`
📦 Usage
`tsx
import React from 'react';
import { Button } from 'nex-ui-library'; // Import components from your library
const App = () => {
return (
Welcome to My App
Explore the power of nex-ui-library:
{/ Basic Primary Button /}
{/ Secondary Button /}
{/ Danger Button, large size /}
{/ Disabled Ghost Button /}
{/ Full-width Button /}
);
};
export default App;
`
🧩 Components
$3
A fundamental interactive element, offering various styles and sizes to fit different use cases.
!nex-ui-library Button Variants
#### Props
The Button component accepts the following specific props, in addition to standard HTML